Skip to content
Snippets Groups Projects
Commit 1c12ac4c authored by Dan Notestein's avatar Dan Notestein
Browse files

Edit README.md to fix typo in docker run command (problematic --)

parent 9ebad6bb
No related branches found
No related tags found
2 merge requests!606Edit README.md to fix typo in docker run command (problematic --),!600v1.27.5.21 Release
......@@ -69,7 +69,7 @@ The launch command (depending on the branch and chain version you want to use, e
like:
```bash
docker pull registry.gitlab.syncad.com/hive/clive/testnet-instance-develop:testnet-instance-latest && docker run -ti --detach-keys 'ctrl-@,ctrl-q' --registry.gitlab.syncad.com/hive/clive/testnet-instance-develop:testnet-instance-latest
docker pull registry.gitlab.syncad.com/hive/clive/testnet-instance-develop:testnet-instance-latest && docker run -ti --detach-keys 'ctrl-@,ctrl-q' registry.gitlab.syncad.com/hive/clive/testnet-instance-develop:testnet-instance-latest
```
If you want to run clive in the interactive CLI mode, you should include the `--cli` flag in the command:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment