Skip to content

Commit

Permalink
Update doc and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoherbelin committed Nov 10, 2024
1 parent ba75777 commit b4600a2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ Download and install a released [flatpak package](https://flathub.org/apps/detai

flatpak install --user vimix

NB: Building your flatpak package is an option for testing the latest beta version from git ; instructions are [here](https://github.com/brunoherbelin/vimix/tree/master/flatpak).
NB: Build your flatpak package to get the latest beta version; instructions are [here](https://github.com/brunoherbelin/vimix/tree/master/flatpak).


Download and install a released [snap package](https://snapcraft.io/vimix) (slower release frequency)
[![vimix](https://snapcraft.io/vimix/badge.svg)](https://snapcraft.io/vimix)

Download and install a released [snap package](https://snapcraft.io/vimix)

snap install vimix

Expand Down
1 change: 1 addition & 0 deletions docs/notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Publishing new a release
- Test the snap for Beta

- Merge Beta into origin/master
- push origin/master
- Create Release & Tag in https://github.com/brunoherbelin/vimix
Document new features and major bugfixes

Expand Down
Binary file modified docs/vimix_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/vimix_screenshot_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions share/metainfo/io.github.brunoherbelin.Vimix.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<image type="source">https://brunoherbelin.github.io/vimix/vimix_screenshot_2.png</image>
</screenshot>
</screenshots>
<branding>
<color type="primary" scheme_preference="light">#303030</color>
<color type="primary" scheme_preference="dark">#181818</color>
</branding>
<provides>
<binary>vimix</binary>
</provides>
Expand Down

0 comments on commit b4600a2

Please sign in to comment.