Improves setup document.
This commit is contained in:
parent
48d6480ea4
commit
c3c3d91a0a
1 changed files with 3 additions and 3 deletions
6
setup.md
6
setup.md
|
|
@ -17,14 +17,14 @@ Extract the downloaded tarball on your server. These steps can be done using
|
|||
the following commands:
|
||||
|
||||
```
|
||||
wget TODO
|
||||
tar -xf TODO
|
||||
wget https://github.com/nim-lang/nimforum/releases/download/v2.0.0/nimforum_2.0.0_linux.tar.xz
|
||||
tar -xf nimforum_2.0.0_linux.tar.xz
|
||||
```
|
||||
|
||||
Then ``cd`` into the forum's directory:
|
||||
|
||||
```
|
||||
cd TODO
|
||||
cd nimforum_2.0.0_linux
|
||||
```
|
||||
|
||||
### Dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue