Skip to content

Commit 4d75a82

Browse files
committed
edits
1 parent 61e5345 commit 4d75a82

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

docs/partials/replicated-cli/_install-docker.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
:::note
2+
For Windows users, Replicated recommends using Windows Subsystem for Linux (WSL2) and installing the Replicated using the Linux installations above. See [Linux / Windows Subsystem for Linux (WSL2)](#linux-wsl2).
3+
:::
4+
15
Installing in Docker environments requires that you set the `REPLICATED_API_TOKEN` environment variable to authorize the Replicated CLI with an API token. For more information, see [(Optional) Set Environment Variables](#env-var) below.
26

37
To install and run the latest Replicated CLI in Docker environments:

docs/reference/replicated-cli-installing.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ To install and run the latest Replicated CLI on MacOS:
4545

4646
1. <Logout/>
4747

48-
### Linux
48+
### Linux / Windows Subsystem for Linux (WSL) {#linux-wsl2}
4949

50-
To install and run the latest Replicated CLI on Linux:
50+
To install and run the latest Replicated CLI on Linux or Windows Subsystem for Linux (WSL):
51+
52+
1. For Windows users, first install Linux on Windows using WSL2. See [How to install Linux on Windows with WSL](https://learn.microsoft.com/en-us/windows/wsl/install).
5153

5254
1. <InstallLinux/>
5355

docs/vendor/environment-setup.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,11 @@ To install and run the latest Replicated CLI on MacOS:
118118

119119
1. <Logout/>
120120

121-
#### Linux
121+
#### Linux / Windows Subsystem for Linux (WSL2) {#linux-wsl2}
122+
123+
To install and run the latest Replicated CLI on Linux or Windows Subsystem for Linux (WSL2):
122124

123-
To install and run the latest Replicated CLI on Linux:
125+
1. For Windows users, first install Linux on Windows using WSL2. See [How to install Linux on Windows with WSL](https://learn.microsoft.com/en-us/windows/wsl/install).
124126

125127
1. <InstallLinux/>
126128

@@ -165,14 +167,14 @@ To install the preflight and support-bundle plugins:
165167
)
166168
```
167169

168-
1. After installation, remember to add the krew binary directory to your PATH:
170+
1. After installing, add the krew binary directory to your PATH:
169171

170172
```bash
171173
echo 'export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"' >> ~/.bashrc
172174
source ~/.bashrc
173175
```
174176

175-
1. Run these commands:
177+
1. Run the following commands:
176178

177179
```bash
178180
kubectl krew install preflight

0 commit comments

Comments
 (0)