diff options
author | Joris | 2019-06-23 21:42:45 +0200 |
---|---|---|
committer | Joris | 2019-06-23 21:42:45 +0200 |
commit | 9ec62069677c520161a5b2c15a3c33438e2ec252 (patch) | |
tree | 58fb6b4dfec0a71b009c99b605224b2408225bc6 /README.md | |
parent | ca31e0ee11d05b3250aa35db5baa0b155939bbbd (diff) |
Add recipe and deploy to own server
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24,12 +24,12 @@ Later, stop the environment with: make stop ``` -## Build +## Deploy ```bash -./build +./make deploy ``` -## TODO +## Improvements - transform points into todo items |