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:
parent
1d4ea1ec40
commit
5528b0b590
|
@ -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…
Reference in New Issue
Block a user