Skip to content

Commit

Permalink
Merge pull request #187 from CarrotCodes/patch-1
Browse files Browse the repository at this point in the history
Fix broken Docker Hub link in README
  • Loading branch information
jrasell committed Jun 18, 2018
2 parents b3f596a + 87b1505 commit e9febe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Levant is an open source templating and deployment tool for [HashiCorp Nomad](ht

* The Levant binary can be downloaded from the [GitHub releases page](https://github.com/jrasell/levant/releases) using `curl -L https://github.com/jrasell/levant/releases/download/0.1.0/linux-amd64-levant -o levant`

* A docker image can be found on [Docker Hub](hub.docker.com/jrasell/levant), the latest version can be downloaded using `docker pull jrasell/levant`.
* A docker image can be found on [Docker Hub](https://hub.docker.com/r/jrasell/levant/), the latest version can be downloaded using `docker pull jrasell/levant`.

* Levant can be built from source by firstly cloning the repository `git clone github.com/jrasell/levant.git`. Once cloned the binary can be built using the `make` command or invoking the `build.sh` script located in the scripts directory.

Expand Down

0 comments on commit e9febe0

Please sign in to comment.