File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ the package manually each release.
1212Add the repository by pasting the following into `/etc/xbps.d/20-librewolf.conf`:
1313repository=https://github.com/index-0/librewolf-void/releases/latest/download/
1414
15- Then run :
15+ Lastly, install with :
1616# xbps-install -Su librewolf
1717
1818* Manual
19- Download a release into an empty folder, then run:
19+ Download a release (*.xbps) into an empty folder, then run:
2020$ cd <folder>
2121$ xbps-rindex -a librewolf-<version>_<revision>.<arch>.xbps
2222# xbps-install -R $PWD librewolf
@@ -31,11 +31,11 @@ $ ./xbps-src binary-bootstrap
3131Clone this repo and copy `srcpkgs/librewolf` into `void-packages/srcpkgs`, then:
3232$ ./xbps-src pkg librewolf
3333
34- The package will be created in `hostdir/binpkgs`. Install with:
34+ Lastly, install with:
3535# xbps-install -R hostdir/binpkgs librewolf
3636
3737Note:
38- If your void-packages or bootstrap is stale, update first:
38+ If your ` void-packages` or bootstrap is stale, update first:
3939$ cd void-packages
4040$ git pull origin master
4141$ ./xbps-src bootstrap-update
You can’t perform that action at this time.
0 commit comments