Making clear that ~ is user home directory

1338 2019-04-08 11:41:37 +02:00
parent 54090f09b2
commit 28055cdca9

@ -22,7 +22,7 @@ cd TES3MP-server
* The archive looks like this: tes3mp-server-GNU+Linux-armv7l-release-*.tar.gz
3. Move the archive to `~/` either with the terminal or an file explorer/browser
* terminal: `mv tes3mp-server-GNU+Linux-* ~/`
4. Open an terminal and navigate to the directory `~`
4. Open an terminal and navigate to the home directory `~`
* terminal: `cd ~`
5. Unpack the archive
* terminal: `tar xfz tes3mp-server-GNU+Linux-*`