@@ -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.4.0
45
+ Version: v1.4.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.4.0 /pilosa-v1.4.0 -darwin-amd64.tar.gz
74
+ curl -L -O https://github.com/pilosa/pilosa/releases/download/v1.4.1 /pilosa-v1.4.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.4.0 -darwin-amd64.tar.gz
81
+ tar xfz pilosa-v1.4.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.4.0 -darwin-amd64/pilosa /usr/local/bin
86
+ cp -i pilosa-v1.4.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.4.0
103
+ Version: v1.4.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.4.0
166
+ Version: v1.4.1
167
167
Build Time: 2018-05-14T22:14:01+0000
168
168
169
169
Usage:
@@ -201,19 +201,19 @@ There are three ways to install Pilosa on Linux: download the binary (recommende
201
201
202
202
1. To install the latest version of Pilosa, download the latest release:
203
203
```
204
- curl -L -O https://github.com/pilosa/pilosa/releases/download/v1.4.0 /pilosa-v1.4.0 -linux-amd64.tar.gz
204
+ curl -L -O https://github.com/pilosa/pilosa/releases/download/v1.4.1 /pilosa-v1.4.1 -linux-amd64.tar.gz
205
205
```
206
206
207
207
Note: This assumes you are using an `amd64` compatible architecture. Other releases can be downloaded from our Releases page on Github.
208
208
209
209
2. Extract the binary:
210
210
```
211
- tar xfz pilosa-v1.4.0 -linux-amd64.tar.gz
211
+ tar xfz pilosa-v1.4.1 -linux-amd64.tar.gz
212
212
```
213
213
214
214
3. Move the binary into your PATH so you can run `pilosa` from any shell:
215
215
```
216
- cp -i pilosa-v1.4.0 -linux-amd64/pilosa /usr/local/bin
216
+ cp -i pilosa-v1.4.1 -linux-amd64/pilosa /usr/local/bin
217
217
```
218
218
219
219
4. Make sure Pilosa is installed successfully:
@@ -230,7 +230,7 @@ There are three ways to install Pilosa on Linux: download the binary (recommende
230
230
backing up, and more. Complete documentation is available
231
231
at https://www.pilosa.com/docs/.
232
232
233
- Version: v1.4.0
233
+ Version: v1.4.1
234
234
Build Time: 2018-05-14T22:14:01+0000
235
235
236
236
Usage:
@@ -293,7 +293,7 @@ There are three ways to install Pilosa on Linux: download the binary (recommende
293
293
backing up, and more. Complete documentation is available
294
294
at https://www.pilosa.com/docs/.
295
295
296
- Version: v1.4.0
296
+ Version: v1.4.1
297
297
Build Time: 2018-05-14T22:14:01+0000
298
298
299
299
Usage:
0 commit comments