diff options
author | Joris | 2020-11-01 13:43:22 +0100 |
---|---|---|
committer | Joris | 2020-11-01 13:43:24 +0100 |
commit | d4e9b39aa24d76aec61afd71463a225cb2b6f1fd (patch) | |
tree | a599fa73f79cf308f98f6b6d2ac3cb4131d0e322 | |
parent | 87e288cd01fbd04675a562bca582f7c2e591c010 (diff) |
Fix deploy path
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,5 +11,5 @@ nix-shell --run "bin/dev-server" ## Deploy ```bash -nix-shell --run ./deploy +nix-shell --run bin/deploy ``` |