Skip to content

Commit

Permalink
Edits in response to comments from SSharma and NNiesen, link fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
KoryKessel-Mirantis committed Jun 10, 2024
1 parent 77cfadf commit 5c35835
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Installation
## Create a cluster

### Dependencies

Expand All @@ -8,7 +8,7 @@ A number of tools must be installed on your system before you can install MKE
* k0sctl
* kubectl

Refer to [Install the MKE 4 CLI](install-mke4-cli) for detailed information.
Refer to [Install the MKE 4 CLI](install-mke4-cli.md) for detailed information.

### Init

Expand Down
2 changes: 1 addition & 1 deletion content/docs/setup/getting-started/install-mke4-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ that you have the following tools installed on your system:

## Install using a script

You can use the [install.sh](./install.sh) script to install the following
You can use the [install.sh](../install.sh) script to install the following
dependencies:

- `mkectl` (default version: v4.0.0-alpha.0.3)
Expand Down
3 changes: 2 additions & 1 deletion content/docs/setup/getting-started/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ MKE 4 only supports `amd64` architecture.

#### mkectl

`mkectl`, the [MKE CLI tool](install-mke4-cli), must be installed prior to MKE 4 installation.
`mkectl`, the [MKE CLI tool](install-mke4-cli.md), must be installed prior to
MKE 4 installation.

0 comments on commit 5c35835

Please sign in to comment.