@@ -32,7 +32,7 @@ Support of aarch64 is currently experimental.
32
32
<RenderIf condition={useDocsVersion().version == 'current'}>
33
33
34
34
Version: nightly -
35
- License: [ AGPL V3 ] ( https://github.com/quickwit-oss/quickwit/blob/main/LICENSE.md ) -
35
+ License: [ Apache 2.0 ] ( https://github.com/quickwit-oss/quickwit/blob/main/LICENSE ) -
36
36
Downloads ` .tar.gz ` :
37
37
- [ Linux ARM64] ( https://github.com/quickwit-oss/quickwit/releases/download/nightly/quickwit-nightly-aarch64-unknown-linux-gnu.tar.gz )
38
38
- [ Linux x86_64] ( https://github.com/quickwit-oss/quickwit/releases/download/nightly/quickwit-nightly-x86_64-unknown-linux-gnu.tar.gz )
@@ -45,7 +45,7 @@ Downloads `.tar.gz`:
45
45
<RenderIf condition={useDocsVersion().version != 'current'}>
46
46
47
47
version: 0.8.1 - [ Release notes] ( https://github.com/quickwit-oss/quickwit/releases/tag/v0.8.1 ) - [ Changelog] ( https://github.com/quickwit-oss/quickwit/blob/main/CHANGELOG.md )
48
- License: [ AGPL V3 ] ( https://github.com/quickwit-oss/quickwit/blob/main/LICENSE.md )
48
+ License: [ Apache 2.0 ] ( https://github.com/quickwit-oss/quickwit/blob/main/LICENSE )
49
49
Downloads ` .tar.gz ` :
50
50
- [ Linux ARM64] ( https://github.com/quickwit-oss/quickwit/releases/download/v0.8.1/quickwit-v0.8.1-aarch64-unknown-linux-gnu.tar.gz )
51
51
- [ Linux x86_64] ( https://github.com/quickwit-oss/quickwit/releases/download/v0.8.1/quickwit-v0.8.1-x86_64-unknown-linux-gnu.tar.gz )
@@ -150,13 +150,13 @@ Once installed or extracted, all of Quickwit's installation files can be found i
150
150
quickwit-{version}
151
151
├── config
152
152
│ └── quickwit.yaml
153
- ├── LICENSE_AGPLv3.0.txt
153
+ ├── LICENSE
154
154
├── quickwit
155
155
└── qwdata
156
156
```
157
157
158
158
- ` config/quickwit.yaml ` : is the default configuration file.
159
- - ` LICENSE_AGPLv3.0.txt ` : the license file.
159
+ - ` LICENSE ` : the license file.
160
160
- ` quickwit ` : the quickwit executable binary.
161
161
- ` qwdata/ ` : the default data directory.
162
162
@@ -176,4 +176,3 @@ docker run --rm --platform linux/amd64 quickwit/quickwit --version
176
176
```
177
177
178
178
To get the full gist of this, follow the [ Quickstart guide] ( ./quickstart.md ) .
179
-
0 commit comments