11librewolf-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
66Installing
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 :
1313repository=https://github.com/index-0/librewolf-void/releases/latest/download/
1414
1515Lastly, install with:
1616# xbps-install -Su librewolf
1717
18- * Manual
18+ * Option 2. Manual installation
1919Download 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
3435Lastly, install with:
0 commit comments