From 2c282923c08fe937e9bcf942d4447344d63b2fea Mon Sep 17 00:00:00 2001 From: Dan O'Brien Date: Sat, 18 Mar 2017 20:39:53 -0400 Subject: [PATCH] change glide to github repo, url is expired. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd2a7d8..2c74ec6 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ docker run -ti --name ctop --rm -v /var/run/docker.sock:/var/run/docker.sock qua ## Building -To build `ctop` from source, ensure you have a recent version of [glide](http://glide.sh/) installed and run: +To build `ctop` from source, ensure you have a recent version of [glide](https://github.com/Masterminds/glide) installed and run: ```bash git clone https://github.com/bcicen/ctop.git $GOPATH/src/github.com/bcicen/ctop && \