Browse Source

docs(INSTALL.md): use `$USER` variable instead of dummy `user`

reviewable/pr3739/r1
Zetok Zalbavar 9 years ago
parent
commit
5528b0b590
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  1. 7
      INSTALL.md

7
INSTALL.md

@ -170,12 +170,13 @@ sudo apt-get install git @@ -170,12 +170,13 @@ sudo apt-get install git
Afterwards open a new terminal, change to a directory of your choice and clone
the repository:
```bash
cd /home/user/qTox
cd /home/$USER/qTox
git clone https://github.com/qTox/qTox.git qTox
```
The following steps assumes that you cloned the repository at `/home/user/qTox`.
If you decided to choose another location, replace corresponding parts.
The following steps assumes that you cloned the repository at
`/home/$USER/qTox`. If you decided to choose another location, replace
corresponding parts.
<a name="other-deps" />

Loading…
Cancel
Save