1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

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

This commit is contained in:
Zetok Zalbavar 2016-09-23 04:31:33 +01:00
parent 1d4ea1ec40
commit 5528b0b590
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -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" />