aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2020-11-01 13:43:22 +0100
committerJoris2020-11-01 13:43:24 +0100
commitd4e9b39aa24d76aec61afd71463a225cb2b6f1fd (patch)
treea599fa73f79cf308f98f6b6d2ac3cb4131d0e322
parent87e288cd01fbd04675a562bca582f7c2e591c010 (diff)
downloadtimer-d4e9b39aa24d76aec61afd71463a225cb2b6f1fd.tar.gz
timer-d4e9b39aa24d76aec61afd71463a225cb2b6f1fd.tar.bz2
timer-d4e9b39aa24d76aec61afd71463a225cb2b6f1fd.zip
Fix deploy path
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 00b33f9..d12e257 100644
--- a/README.md
+++ b/README.md
@@ -11,5 +11,5 @@ nix-shell --run "bin/dev-server"
## Deploy
```bash
-nix-shell --run ./deploy
+nix-shell --run bin/deploy
```