Modify docs for people scared of piping to bash ;)

This commit is contained in:
Cody Soyland 2016-11-29 16:04:19 -06:00
parent a4279eb215
commit f2d44333cf
2 changed files with 4 additions and 12 deletions

View file

@ -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/

View file

@ -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/