Skip to content

Commit

Permalink
fixing some typos and feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Rameez Sajwani <[email protected]>
  • Loading branch information
rsajwani committed Nov 30, 2022
1 parent 20c9e4b commit 42c81e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/15.0/get-started/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ Download the [latest binary release](https://github.com/vitessio/vitess/releases
**Notes:**

* Release 15.0 has a bug because of which the local example fails when try to run vtadmin web. [Issue#11679](https://github.com/vitessio/vitess/issues/11679)
* Please use release 15.0.1 instead.
* Please use release [15.0.1](https://github.com/vitessio/vitess/releases/tag/v15.0.1) instead.

```sh
version=15.0.0
file=vitess-${version}-e8c7e27.tar.gz
version=15.0.1
file=vitess-${version}-13ee9c8.tar.gz
wget https://github.com/vitessio/vitess/releases/download/v${version}/${file}
tar -xzf ${file}
cd ${file/.tar.gz/}
Expand Down
9 changes: 7 additions & 2 deletions content/en/docs/16.0/get-started/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,14 @@ sudo setenforce 0

Download the [latest binary release](https://github.com/vitessio/vitess/releases) for Vitess on Linux. For example with Vitess 15:

**Notes:**

* Release 15.0 has a bug because of which the local example fails when try to run vtadmin web. [Issue#11679](https://github.com/vitessio/vitess/issues/11679)
* Please use release [15.0.1](https://github.com/vitessio/vitess/releases/tag/v15.0.1) instead.

```sh
version=15.0.0
file=vitess-${version}-e8c7e27.tar.gz
version=15.0.1
file=vitess-${version}-13ee9c8.tar.gz
wget https://github.com/vitessio/vitess/releases/download/v${version}/${file}
tar -xzf ${file}
cd ${file/.tar.gz/}
Expand Down

0 comments on commit 42c81e4

Please sign in to comment.