Skip to content

Commit ebaf826

Browse files
committed
archlinux: extend readme
1 parent bc55868 commit ebaf826

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

archlinux/README.md

+19-2
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,36 @@
22

33
To create an [Archlinux](https://www.archlinux.org) package of KadNode (a \*.pkg.tar.xz file).
44

5+
Install dependencies:
6+
7+
```
8+
sudo pacman -S gcc make fakeroot debugedit miniupnpc libnpupnp
9+
```
10+
511
Run these commands in the repository root folder to create the package:
612

713
```
814
cd archlinux
915
makepkg
1016
```
1117

12-
The package kadnode-git-\*.pkg.tar.xz will be created.
18+
The package `kadnode-git-*.pkg.tar.zst` will be created.
1319

1420
To install the package, use:
1521

1622
```
17-
pacman -U kadnode-*.pkg.tar.xz
23+
pacman -U kadnode-*.pkg.tar.zst
24+
```
25+
26+
Now you can start Kadnode:
27+
28+
```
29+
systemctl start kadnode
30+
```
31+
32+
Or stop:
33+
```
34+
systemctl stop kadnode
1835
```
1936

2037
To remove the package, use:

0 commit comments

Comments
 (0)