mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-05 16:15:56 +00:00
Modify docs for people scared of piping to bash ;)
This commit is contained in:
parent
a4279eb215
commit
f2d44333cf
2 changed files with 4 additions and 12 deletions
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue