Skip to content

Commit

Permalink
version: Update references to v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ohsayan committed Apr 24, 2024
1 parent a0220b0 commit 2f8ef59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/2.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ However, we strongly recommend **not** using it outside testing environments.

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.

1. **First download the latest bundle** for your platform. You can find [download links on the releases page](https://github.com/skytable/skytable/releases).
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).
2. **Unzip the ZIP file**. You'll find the following binaries in the extracted archive:
- `skyd`: This is the database server binary which when started runs as a daemon, serving requests
- `skysh`: This is the Skytable shell and it provides a very helpful interactive REPL database client
Expand Down Expand Up @@ -72,7 +72,7 @@ The package will:
2. **Start the container**:
```shell
docker run -d --name skydb -p 2003:2003 skytable/skytable:latest
docker run -d --name skydb -p 2003:2003 skytable/skytable:v0.8.2
```
:::tip
Expand All @@ -92,7 +92,7 @@ message with the generated password.
docker run -d --name skydb \
-v $HOME/docker-containers/skytable:/var/lib/skytable \
-p 2003:2003 \
skytable/skytable:latest
skytable/skytable:v0.8.2
```

Explanation:
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ module.exports = {
lastVersion: 'current',
versions: {
current: {
label: '0.8.1',
label: '0.8.2',
path: '/',
}
},
Expand Down

0 comments on commit 2f8ef59

Please sign in to comment.