Fix link in README
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
78449fa62f
commit
00af537b0d
2 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ Run it and forget it!
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- [It's fast](docs/index.md#benchmarks)
|
- [It's fast](http://docs.traefik.io/benchmarks)
|
||||||
- No dependency hell, single binary made with go
|
- No dependency hell, single binary made with go
|
||||||
- Rest API
|
- Rest API
|
||||||
- Multiple backends supported: Docker, Mesos/Marathon, Consul, Etcd, and more to come
|
- Multiple backends supported: Docker, Mesos/Marathon, Consul, Etcd, and more to come
|
||||||
|
|
|
@ -8,7 +8,7 @@ else
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# load ssl key
|
# load ssh key
|
||||||
echo "Loading key..."
|
echo "Loading key..."
|
||||||
openssl aes-256-cbc -K $encrypted_27087ae1f4db_key -iv $encrypted_27087ae1f4db_iv -in .travis/traefik.id_rsa.enc -out ~/.ssh/traefik.id_rsa -d
|
openssl aes-256-cbc -K $encrypted_27087ae1f4db_key -iv $encrypted_27087ae1f4db_iv -in .travis/traefik.id_rsa.enc -out ~/.ssh/traefik.id_rsa -d
|
||||||
eval "$(ssh-agent -s)"
|
eval "$(ssh-agent -s)"
|
||||||
|
@ -17,7 +17,7 @@ ssh-add ~/.ssh/traefik.id_rsa
|
||||||
|
|
||||||
# download github release
|
# download github release
|
||||||
echo "Downloading ghr..."
|
echo "Downloading ghr..."
|
||||||
curl -LO https://github.com/tcnksm/ghr/releases/download/pre-release/linux_amd64.zip
|
curl -LOs https://github.com/tcnksm/ghr/releases/download/pre-release/linux_amd64.zip
|
||||||
unzip -q linux_amd64.zip
|
unzip -q linux_amd64.zip
|
||||||
sudo mv ghr /usr/bin/ghr
|
sudo mv ghr /usr/bin/ghr
|
||||||
sudo chmod +x /usr/bin/ghr
|
sudo chmod +x /usr/bin/ghr
|
||||||
|
|
Loading…
Add table
Reference in a new issue