Skip to content

Commit

Permalink
small style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-litvak committed Apr 13, 2022
1 parent 6a17b2e commit 8252d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The new [Iron cli](https://github.com/iron-io/ironcli) tool has an easy installe
curl -sSL https://cli.iron.io/install | sh
```

If you're having issues with the above installation command, then you can use the iron/cli docker image. All the commands are the same, but instead of starting the command with `iron`, change it to:
If you're having issues with the above installation command, then you can use the `iron/cli` docker image. All the commands are the same, but instead of starting the command with `iron`, change it to:

```sh
docker run --rm -it -v "$PWD":/app -w /app iron/cli ...
Expand Down

0 comments on commit 8252d19

Please sign in to comment.