From 9aad2efdb01abda03704103118c069f62346b897 Mon Sep 17 00:00:00 2001 From: Bradley Cicenas Date: Sun, 3 Sep 2017 01:53:01 +0000 Subject: [PATCH] update build docs with dep link --- _docs/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/build.md b/_docs/build.md index b613fdb..3d0b3c2 100644 --- a/_docs/build.md +++ b/_docs/build.md @@ -1,6 +1,6 @@ # Build -To build `ctop` from source, ensure you have a recent version of [glide](https://github.com/Masterminds/glide) installed and run: +To build `ctop` from source, ensure you have [dep](https://github.com/golang/dep) installed and run: ```bash go get github.com/bcicen/ctop && \