You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/install.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,20 @@ This chapter provides a guide on how to install WendzelNNTPd 2.x.
5
5
## Linux/*nix/BSD
6
6
7
7
To install WendzelNNTPd from source you can either [download the provided
8
-
archive file of a stable version (e.g., *wendzelnntpd-2.2.0.tgz*) and extract it or you can clone the current WendzelNNTPd development repository](https://github.com/cdpxe/WendzelNNTPd).
8
+
archive file of a stable version (e.g., *v-2.x.y.tar.gz*)](https://sourceforge.net/projects/wendzelnntpd/files/) and extract it or you can [clone the current WendzelNNTPd development repository](https://github.com/cdpxe/WendzelNNTPd).
9
9
Afterwards, run `./configure`. Please note that configure indicates missing
10
10
libraries and packages that you may first need to install using the
11
11
package system of your operating system.
12
12
```console
13
-
$ tar -xzf wendzelnntpd-2.2.0.tgz # alternatively, use git clone here
14
-
$ cd wendzelnntpd # the directory might have a slightly different name
13
+
# 1. Unpack the content of the tarball (or: use git clone).
14
+
$ tar -xzf v2.2.0.tar.gz
15
+
16
+
# 2. Switch into the unpacked directory (the name of the
17
+
# directory could be different on your system, e.g.,
0 commit comments