diff options
| author | Ben Feinstein <feinsteinben@users.noreply.github.com> | 2021-05-16 12:52:02 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-16 12:52:02 +0300 |
| commit | 945110f78a02ddba21c150057bd4fb33759b225e (patch) | |
| tree | 8eb1c2502000556c80e21e586a0f9e547cf52430 | |
| parent | 77fd0ca159e391ed165b038d81a324301bb36247 (diff) | |
Add cd to pipenv instructions (#8)
`pipenv sync -d` should run from within the project's directory.
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ``` |
