@@ -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: v1.0.0
45
+ Version: v1.0.1
46
46
Build Time: 2018-05-14T22:14:01+0000
47
47
48
48
Usage:
@@ -71,19 +71,19 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/)
71
71
72
72
1. Download the latest release:
73
73
```
74
- curl -L -O https://github.com/pilosa/pilosa/releases/download/v1.0.0 /pilosa-v1.0.0 -darwin-amd64.tar.gz
74
+ curl -L -O https://github.com/pilosa/pilosa/releases/download/v1.0.1 /pilosa-v1.0.1 -darwin-amd64.tar.gz
75
75
```
76
76
77
77
Other releases can be downloaded from our Releases page on Github.
78
78
79
79
2. Extract the binary:
80
80
```
81
- tar xfz pilosa-v1.0.0 -darwin-amd64.tar.gz
81
+ tar xfz pilosa-v1.0.1 -darwin-amd64.tar.gz
82
82
```
83
83
84
84
3. Move the binary into your PATH so you can run `pilosa` from any shell:
85
85
```
86
- cp -i pilosa-v1.0.0 -darwin-amd64/pilosa /usr/local/bin
86
+ cp -i pilosa-v1.0.1 -darwin-amd64/pilosa /usr/local/bin
87
87
```
88
88
89
89
4. Make sure Pilosa is installed successfully:
@@ -100,7 +100,7 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/)
100
100
backing up, and more. Complete documentation is available
101
101
at https://www.pilosa.com/docs/.
102
102
103
- Version: v1.0.0
103
+ Version: v1.0.1
104
104
Build Time: 2018-05-14T22:14:01+0000
105
105
106
106
Usage:
@@ -163,7 +163,7 @@ There are four ways to install Pilosa on MacOS: Use [Homebrew](https://brew.sh/)
163
163
backing up, and more. Complete documentation is available
164
164
at https://www.pilosa.com/docs/.
165
165
166
- Version: v1.0.0
166
+ Version: v1.0.1
167
167
Build Time: 2018-05-14T22:14:01+0000
168
168
169
169
Usage:
@@ -222,19 +222,19 @@ There are three ways to install Pilosa on Linux: download the binary (recommende
222
222
223
223
1. To install the latest version of Pilosa, download the latest release:
224
224
```
225
- curl -L -O https://github.com/pilosa/pilosa/releases/download/v1.0.0 /pilosa-v1.0.0 -linux-amd64.tar.gz
225
+ curl -L -O https://github.com/pilosa/pilosa/releases/download/v1.0.1 /pilosa-v1.0.1 -linux-amd64.tar.gz
226
226
```
227
227
228
228
Note: This assumes you are using an `amd64` compatible architecture. Other releases can be downloaded from our Releases page on Github.
229
229
230
230
2. Extract the binary:
231
231
```
232
- tar xfz pilosa-v1.0.0 -linux-amd64.tar.gz
232
+ tar xfz pilosa-v1.0.1 -linux-amd64.tar.gz
233
233
```
234
234
235
235
3. Move the binary into your PATH so you can run `pilosa` from any shell:
236
236
```
237
- cp -i pilosa-v1.0.0 -linux-amd64/pilosa /usr/local/bin
237
+ cp -i pilosa-v1.0.1 -linux-amd64/pilosa /usr/local/bin
238
238
```
239
239
240
240
4. Make sure Pilosa is installed successfully:
@@ -251,7 +251,7 @@ There are three ways to install Pilosa on Linux: download the binary (recommende
251
251
backing up, and more. Complete documentation is available
252
252
at https://www.pilosa.com/docs/.
253
253
254
- Version: v1.0.0
254
+ Version: v1.0.1
255
255
Build Time: 2018-05-14T22:14:01+0000
256
256
257
257
Usage:
@@ -314,7 +314,7 @@ There are three ways to install Pilosa on Linux: download the binary (recommende
314
314
backing up, and more. Complete documentation is available
315
315
at https://www.pilosa.com/docs/.
316
316
317
- Version: v1.0.0
317
+ Version: v1.0.1
318
318
Build Time: 2018-05-14T22:14:01+0000
319
319
320
320
Usage:
0 commit comments