Skip to content

Commit c4409ec

Browse files
authored
some more detail adjustments
1 parent 31a5437 commit c4409ec

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/docs/install.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,20 @@ This chapter provides a guide on how to install WendzelNNTPd 2.x.
55
## Linux/*nix/BSD
66

77
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).
99
Afterwards, run `./configure`. Please note that configure indicates missing
1010
libraries and packages that you may first need to install using the
1111
package system of your operating system.
1212
```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.,
18+
# cdpxe-WendzelNNTPd-17d557d.
19+
$ cd wendzelnntpd
20+
21+
# 3. Run the configure script:
1522
$ ./configure
1623
...
1724
```

0 commit comments

Comments
 (0)