From 945110f78a02ddba21c150057bd4fb33759b225e Mon Sep 17 00:00:00 2001 From: Ben Feinstein Date: Sun, 16 May 2021 12:52:02 +0300 Subject: Add cd to pipenv instructions (#8) `pipenv sync -d` should run from within the project's directory. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de1e658..3e752bd 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ For development usage it's recommended to clone the git repo and use `pipenv`: ```bash $ git clone https://github.com/yuvadm/alarmpy +$ cd alarmpy $ pipenv sync -d $ pipenv run alarmpy ``` -- cgit v1.3.1