diff --git a/README-dev.md b/README-dev.md index 911f86955..c5fe72368 100644 --- a/README-dev.md +++ b/README-dev.md @@ -21,11 +21,7 @@ git clone git@github.com:${USER}/pilosa.git cd ${GOPATH}/src/github.com/pilosa/pilosa ``` -Install `glide` to manage dependencies: - -```sh -curl https://glide.sh/get | sh -``` +Install [Glide][] to manage dependencies. Install Pilosa command line tools: @@ -65,3 +61,5 @@ git push --set-upstream origin a-branch-for-the-task ``` All left to do is creating a pull request on github.com. + +[Glide]: http://glide.sh/ diff --git a/README.md b/README.md index c646278eb..cdd71912f 100644 --- a/README.md +++ b/README.md @@ -197,11 +197,7 @@ Returns the top 20 Bitmaps from `bar`in attribute `category` with values `81 or ### Updating dependencies -To update dependencies, you'll need to install [Glide][]: - -```sh -$ curl https://glide.sh/get | sh -``` +To update dependencies, you'll need to install [Glide][]. Then add the new dependencies in your project: @@ -224,5 +220,3 @@ $ go install --ldflags="-X main.Version=1.0.0" ``` [Glide]: http://glide.sh/ - -