Build command section edited

This commit is contained in:
Patrick Lipka 2021-12-17 13:17:57 +01:00
parent ed3da4ba85
commit 9927962523
1 changed files with 4 additions and 2 deletions

View File

@ -27,8 +27,10 @@ The user name and tracking directory can also be set after installation by modif
### Build command ### Build command
The default install process is: The default install process is:
`USER_NAME="<Your full name>" make` ~~~~
`sudo make install` USER_NAME="<Your full name>" make
sudo make install
~~~~
Note that there is not `/home` directory on macOS. You may want to set `TRACKING_DIR=/Users/$USER/track`. Note that there is not `/home` directory on macOS. You may want to set `TRACKING_DIR=/Users/$USER/track`.