summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2020-09-23 17:59:22 +0300
committerYuval Adam <_@yuv.al>2020-09-23 17:59:48 +0300
commit52cab1db5ceda420110339c7de27173ffbdbe19c (patch)
tree06a596d4b2471d390a804592d3e553c10cd48aae /README.md
parenta1aeb3d7f47522b6f1e33cc0a6391edffb4e4937 (diff)
Add pre-commit yaml
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4e710d9..e9eead5 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
## Dev
```bash
-$ pipenv sync
+$ pipenv sync -d
+$ pipenv run pre-commit install
$ pipenv run server
```