From 99279625232dd77909bb2378e94d138d4c863179 Mon Sep 17 00:00:00 2001 From: Patrick Lipka Date: Fri, 17 Dec 2021 13:17:57 +0100 Subject: [PATCH] Build command section edited --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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`.