Skip to content

Commit 2f8ef59

Browse files
committed
version: Update references to v0.8.2
1 parent a0220b0 commit 2f8ef59

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/2.installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ However, we strongly recommend **not** using it outside testing environments.
2020

2121
To use native binaries you need to download a bundle which is simply a ZIP file with all the necessary binaries that you'll ever need to develop on and deploy Skytable.
2222

23-
1. **First download the latest bundle** for your platform. You can find [download links on the releases page](https://github.com/skytable/skytable/releases).
23+
1. **First download the latest bundle** for your platform. You can find [download links on the releases page](https://github.com/skytable/skytable/releases/v0.8.2).
2424
2. **Unzip the ZIP file**. You'll find the following binaries in the extracted archive:
2525
- `skyd`: This is the database server binary which when started runs as a daemon, serving requests
2626
- `skysh`: This is the Skytable shell and it provides a very helpful interactive REPL database client
@@ -72,7 +72,7 @@ The package will:
7272
2. **Start the container**:
7373
7474
```shell
75-
docker run -d --name skydb -p 2003:2003 skytable/skytable:latest
75+
docker run -d --name skydb -p 2003:2003 skytable/skytable:v0.8.2
7676
```
7777
7878
:::tip
@@ -92,7 +92,7 @@ message with the generated password.
9292
docker run -d --name skydb \
9393
-v $HOME/docker-containers/skytable:/var/lib/skytable \
9494
-p 2003:2003 \
95-
skytable/skytable:latest
95+
skytable/skytable:v0.8.2
9696
```
9797

9898
Explanation:

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ module.exports = {
125125
lastVersion: 'current',
126126
versions: {
127127
current: {
128-
label: '0.8.1',
128+
label: '0.8.2',
129129
path: '/',
130130
}
131131
},

0 commit comments

Comments
 (0)