File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed
Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ technologies or library management features. It distinguishes itself by focusing
1010on features for manipulating the layout, so that the art and story can be
1111appreciated closer to the original intent.
1212
13- <br />
14-
1513Take for example the beautiful two page spread shown in cbxv below. It's a
1614complete scene with two spaceships converging for an epic battle on the left,
1715and our hero, victorious, exiting the scene in the lower right. In a basic
@@ -63,6 +61,12 @@ are.</sub>
6361 For your convenience a simple script is provided to put a desktop file and
6462 icon in the appropriate places for your user.
6563
64+ - Arch - cbxv is also available from the AUR, so if you're on Arch you could
65+ install cbxv from there if you prefer. Below is an example using the yay
66+ AUR helper:
67+
68+ yay -S libunarr-git cbxv-git
69+
6670- Windows - Download the Windows build from the release area and unarchive it.
6771 Copy the resulting directory to program files or wherever you like and run it.
6872
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313
1414const (
1515 NAME = "cbxv"
16- VERSION = "0.4.3 "
16+ VERSION = "0.4.4 "
1717)
1818
1919// Update listens for messages on the message channel and
Original file line number Diff line number Diff line change @@ -62,6 +62,12 @@ Excelsior!
6262 For your convenience a simple script is provided to put a desktop file and
6363 icon in the appropriate places for your user.
6464
65+ - Arch - cbxv is also available from the AUR, so if you're on Arch you could
66+ install cbxv from there if you prefer. Below is an example using the yay
67+ AUR helper:
68+
69+ yay -S libunarr-git cbxv-git
70+
6571- Windows - Download the Windows build from the release area and unarchive it.
6672 Copy the resulting directory to program files or wherever you like and run it.
6773
You can’t perform that action at this time.
0 commit comments