Skip to content

Commit a7fdf38

Browse files
authored
update README
1 parent 81e5394 commit a7fdf38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ the package manually each release.
1212
Add the repository by pasting the following into `/etc/xbps.d/20-librewolf.conf`:
1313
repository=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
3131
Clone 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

3737
Note:
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

0 commit comments

Comments
 (0)