Skip to content

Commit 81e5394

Browse files
authored
update and rename README.md to README
1 parent 91a4d59 commit 81e5394

File tree

2 files changed

+41
-93
lines changed

2 files changed

+41
-93
lines changed

README

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
librewolf-void
2+
==============
3+
Void does not accept browser forks in void-packages, so this repository provides
4+
prebuilt packages for librewolf.
5+
6+
Installing
7+
----------
8+
You have two options: add the repository for automatic updates, or install
9+
the package manually each release.
10+
11+
* Repository
12+
Add the repository by pasting the following into `/etc/xbps.d/20-librewolf.conf`:
13+
repository=https://github.com/index-0/librewolf-void/releases/latest/download/
14+
15+
Then run:
16+
# xbps-install -Su librewolf
17+
18+
* Manual
19+
Download a release into an empty folder, then run:
20+
$ cd <folder>
21+
$ xbps-rindex -a librewolf-<version>_<revision>.<arch>.xbps
22+
# xbps-install -R $PWD librewolf
23+
24+
Building
25+
--------
26+
Clone `void-packages` and bootstrap:
27+
$ git clone https://github.com/void-linux/void-packages
28+
$ cd void-packages
29+
$ ./xbps-src binary-bootstrap
30+
31+
Clone this repo and copy `srcpkgs/librewolf` into `void-packages/srcpkgs`, then:
32+
$ ./xbps-src pkg librewolf
33+
34+
The package will be created in `hostdir/binpkgs`. Install with:
35+
# xbps-install -R hostdir/binpkgs librewolf
36+
37+
Note:
38+
If your void-packages or bootstrap is stale, update first:
39+
$ cd void-packages
40+
$ git pull origin master
41+
$ ./xbps-src bootstrap-update

README.md

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)