summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index adc6fbe..bfd6f11 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,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 install -d
$ pipenv run alarmpy
```