Skip to content

Commit 9c264fb

Browse files
committed
Updated docs to add AUR instructions
1 parent de4cb97 commit 9c264fb

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ technologies or library management features. It distinguishes itself by focusing
1010
on features for manipulating the layout, so that the art and story can be
1111
appreciated closer to the original intent.
1212

13-
<br />
14-
1513
Take for example the beautiful two page spread shown in cbxv below. It's a
1614
complete scene with two spaceships converging for an epic battle on the left,
1715
and 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

cmd/cbxv/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
const (
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

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)