@@ -42,7 +42,7 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/)
42
42
backing up, and more. Complete documentation is available
43
43
at https://www.pilosa.com/docs/.
44
44
45
- Version: v0.10.0 -64-gf053d9a5
45
+ Version: v0.10.1 -64-gf053d9a5
46
46
Build Time: 2018-05-14T22:14:01+0000
47
47
48
48
Usage:
@@ -74,19 +74,19 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/)
74
74
75
75
1. Download the latest release:
76
76
```
77
- curl -L -O https://github.com/pilosa/pilosa/releases/download/v0.10.0 /pilosa-v0.10.0 -darwin-amd64.tar.gz
77
+ curl -L -O https://github.com/pilosa/pilosa/releases/download/v0.10.1 /pilosa-v0.10.1 -darwin-amd64.tar.gz
78
78
```
79
79
80
80
Other releases can be downloaded from our Releases page on Github.
81
81
82
82
2. Extract the binary:
83
83
```
84
- tar xfz pilosa-v0.10.0 -darwin-amd64.tar.gz
84
+ tar xfz pilosa-v0.10.1 -darwin-amd64.tar.gz
85
85
```
86
86
87
87
3. Move the binary into your PATH so you can run `pilosa` from any shell:
88
88
```
89
- cp -i pilosa-v0.10.0 -darwin-amd64/pilosa /usr/local/bin
89
+ cp -i pilosa-v0.10.1 -darwin-amd64/pilosa /usr/local/bin
90
90
```
91
91
92
92
4. Make sure Pilosa is installed successfully:
@@ -103,7 +103,7 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/)
103
103
backing up, and more. Complete documentation is available
104
104
at https://www.pilosa.com/docs/.
105
105
106
- Version: v0.10.0 -64-gf053d9a5
106
+ Version: v0.10.1 -64-gf053d9a5
107
107
Build Time: 2018-05-14T22:14:01+0000
108
108
109
109
Usage:
@@ -170,7 +170,7 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/)
170
170
backing up, and more. Complete documentation is available
171
171
at https://www.pilosa.com/docs/.
172
172
173
- Version: v0.10.0 -64-gf053d9a5
173
+ Version: v0.10.1 -64-gf053d9a5
174
174
Build Time: 2018-05-14T22:14:01+0000
175
175
176
176
Usage:
@@ -232,19 +232,19 @@ There are three ways to install Pilosa on Linux: download the binary (recommende
232
232
233
233
1. To install the latest version of Pilosa, download the latest release:
234
234
```
235
- curl -L -O https://github.com/pilosa/pilosa/releases/download/v0.10.0 /pilosa-v0.10.0 -linux-amd64.tar.gz
235
+ curl -L -O https://github.com/pilosa/pilosa/releases/download/v0.10.1 /pilosa-v0.10.1 -linux-amd64.tar.gz
236
236
```
237
237
238
238
Note: This assumes you are using an `amd64` compatible architecture. Other releases can be downloaded from our Releases page on Github.
239
239
240
240
2. Extract the binary:
241
241
```
242
- tar xfz pilosa-v0.10.0 -linux-amd64.tar.gz
242
+ tar xfz pilosa-v0.10.1 -linux-amd64.tar.gz
243
243
```
244
244
245
245
3. Move the binary into your PATH so you can run `pilosa` from any shell:
246
246
```
247
- cp -i pilosa-v0.10.0 -linux-amd64/pilosa /usr/local/bin
247
+ cp -i pilosa-v0.10.1 -linux-amd64/pilosa /usr/local/bin
248
248
```
249
249
250
250
4. Make sure Pilosa is installed successfully:
@@ -261,7 +261,7 @@ There are three ways to install Pilosa on Linux: download the binary (recommende
261
261
backing up, and more. Complete documentation is available
262
262
at https://www.pilosa.com/docs/.
263
263
264
- Version: v0.10.0 -64-gf053d9a5
264
+ Version: v0.10.1 -64-gf053d9a5
265
265
Build Time: 2018-05-14T22:14:01+0000
266
266
267
267
Usage:
@@ -328,7 +328,7 @@ There are three ways to install Pilosa on Linux: download the binary (recommende
328
328
backing up, and more. Complete documentation is available
329
329
at https://www.pilosa.com/docs/.
330
330
331
- Version: v0.10.0 -64-gf053d9a5
331
+ Version: v0.10.1 -64-gf053d9a5
332
332
Build Time: 2018-05-14T22:14:01+0000
333
333
334
334
Usage:
0 commit comments