Skip to content

Commit

Permalink
Merge pull request #35 from petebachant/patch-1
Browse files Browse the repository at this point in the history
Change position of --name argument in docs
  • Loading branch information
fonsocarre authored Nov 24, 2019
2 parents fcc768c + a9ee27f commit fe72efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/content/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ docker pull fonsocarre/sharpy:latest

Now you can run it:
```
docker run -it fonsocarre/sharpy:latest --name sharpy
docker run --name sharpy -it fonsocarre/sharpy:latest
```
You should see a welcome dialog such as:
```
Expand Down

0 comments on commit fe72efb

Please sign in to comment.