Skip to content

Commit

Permalink
README: tag code blocks consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Dec 28, 2016
1 parent 4a01498 commit 14b6ea0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -37,19 +37,19 @@ runs tasks in parallel.
The `install-converge.sh` script will download and install the converge binary
to your `/usr/local/bin/` directory:

```sh
```bash
sudo ./install-converge.sh -v 0.4.0
```

The same installation script is available at `get.converge.sh`:

```shell
```bash
curl get.converge.sh | sudo bash -
```

You can also use `go get`:

```sh
```bash
go get github.com/asteris-llc/converge
```

Expand Down Expand Up @@ -127,7 +127,7 @@ can be found at `/ci/Dockerfile` in the root of the project, and is pushed as
`asteris/converge-ci`. You can test Converge in the container with the
following invocation:

```sh
```bash
docker run -i \
-t \
--rm \
Expand Down

0 comments on commit 14b6ea0

Please sign in to comment.