We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc55868 commit ebaf826Copy full SHA for ebaf826
archlinux/README.md
@@ -2,19 +2,36 @@
2
3
To create an [Archlinux](https://www.archlinux.org) package of KadNode (a \*.pkg.tar.xz file).
4
5
+Install dependencies:
6
+
7
+```
8
+sudo pacman -S gcc make fakeroot debugedit miniupnpc libnpupnp
9
10
11
Run these commands in the repository root folder to create the package:
12
13
```
14
cd archlinux
15
makepkg
16
17
-The package kadnode-git-\*.pkg.tar.xz will be created.
18
+The package `kadnode-git-*.pkg.tar.zst` will be created.
19
20
To install the package, use:
21
22
-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
35
36
37
To remove the package, use:
0 commit comments