aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 469a4d1..35e1d43 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ git submodule update
Deploy Nomad on your machine:
```bash
-export NOMAD_VER=0.9.1
+export NOMAD_VER=1.0.1
wget https://releases.hashicorp.com/nomad/${NOMAD_VER}/nomad_${NOMAD_VER}_linux_amd64.zip
unzip nomad_${NOMAD_VER}_linux_amd64.zip
sudo mv nomad /usr/local/bin
@@ -65,7 +65,7 @@ rm nomad_${NOMAD_VER}_linux_amd64.zip
Deploy Consul on your machine:
```bash
-export CONSUL_VER=1.5.1
+export CONSUL_VER=1.9.0
wget https://releases.hashicorp.com/consul/${CONSUL_VER}/consul_${CONSUL_VER}_linux_amd64.zip
unzip consul_${CONSUL_VER}_linux_amd64.zip
sudo mv consul /usr/local/bin