Skip to content

Commit 29d6a5f

Browse files
authored
Update README
1 parent 424960d commit 29d6a5f

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
librewolf-void
22
==============
3-
Void does not accept browser forks in void-packages, so this repository provides
4-
prebuilt packages for librewolf.
3+
Void does not accept browser forks in void-packages, so this repository
4+
provides prebuilt packages for librewolf.
55

66
Installing
77
----------
8-
You have two options: add the repository for automatic updates, or install
9-
the package manually each release.
8+
There are two options: use the repository for automatic updates, or install
9+
the package manually with each release.
1010

11-
* Repository
12-
Add the repository by pasting the following into `/etc/xbps.d/20-librewolf.conf`:
11+
* Option 1. Repository
12+
Create the file `/etc/xbps.d/20-librewolf.conf` with the following content:
1313
repository=https://github.com/index-0/librewolf-void/releases/latest/download/
1414

1515
Lastly, install with:
1616
# xbps-install -Su librewolf
1717

18-
* Manual
18+
* Option 2. Manual installation
1919
Download a release (*.xbps) into an empty folder, then run:
2020
$ cd <folder>
2121
$ xbps-rindex -a librewolf-<version>_<revision>.<arch>.xbps
@@ -28,7 +28,8 @@ $ git clone https://github.com/void-linux/void-packages
2828
$ cd void-packages
2929
$ ./xbps-src binary-bootstrap
3030

31-
Clone this repo and copy `srcpkgs/librewolf` into `void-packages/srcpkgs`, then:
31+
Clone this repository and copy the `librewolf-void/srcpkgs/librewolf` folder
32+
into `void-packages/srcpkgs`, then run:
3233
$ ./xbps-src pkg librewolf
3334

3435
Lastly, install with:

0 commit comments

Comments
 (0)