diff --git a/README.md b/README.md index 1b74d46..575b066 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,10 @@ The user name and tracking directory can also be set after installation by modif ### Build command The default install process is: -`USER_NAME="" make` -`sudo make install` +~~~~ +USER_NAME="" make +sudo make install +~~~~ Note that there is not `/home` directory on macOS. You may want to set `TRACKING_DIR=/Users/$USER/track`.