summaryrefslogtreecommitdiff
path: root/doc/INSTALL.md
diff options
context:
space:
mode:
authorShyam Sunder <sgsunder1@gmail.com>2020-09-01 11:06:59 -0400
committerShyam Sunder <sgsunder1@gmail.com>2020-09-01 11:06:59 -0400
commit4ab6aa5c853292bf60cf623f7a5a7c1d0eb96ece (patch)
tree4d3233275447b59b986b1a20e676ee28f6afa5ad /doc/INSTALL.md
parentf5111483af73595f8485f9c2b2a377fe2c549b3c (diff)
doc/install: fix typo
Diffstat (limited to 'doc/INSTALL.md')
-rw-r--r--doc/INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md
index 0a109d3..d978e4a 100644
--- a/doc/INSTALL.md
+++ b/doc/INSTALL.md
@@ -71,7 +71,7 @@ user@host:szuru$ docker-compose down
run from docker:
```console
- user@host:szuru$ docker-compose run api ./szuru-admin --help
+ user@host:szuru$ docker-compose run server ./szuru-admin --help
```
will give you a breakdown on all available commands.