mirror of https://github.com/PatrickLipka/tt.git
Build command section edited
This commit is contained in:
parent
ed3da4ba85
commit
9927962523
|
@ -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`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue