Skip to content

Commit 15b40ac

Browse files
authored
Merge branch 'main' into main
2 parents 3729063 + 6a8ec1a commit 15b40ac

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

versioned_docs/version-3.0.0/server/installation_tabs.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -157,27 +157,27 @@ brew install lima
157157

158158
3. **Create a Debian instance** \[or any instance of your choice]
159159

160-
```bash
161-
limactl create template://debian-12
162-
```
160+
```bash
161+
limactl create template://debian-12
162+
```
163163

164164
4. **Start the instance**
165165

166-
```bash
167-
limactl start debian-12
168-
```
166+
```bash
167+
limactl start debian-12
168+
```
169169

170170
5. **Enter the Linux shell**
171171

172-
```bash
173-
limactl shell debian-12
174-
```
172+
```bash
173+
limactl shell debian-12
174+
```
175175

176176
6. **Install Keploy inside Lima**
177177

178-
```bash
179-
curl --silent -O -L https://keploy.io/install.sh && source install.sh
180-
```
178+
```bash
179+
curl --silent -O -L https://keploy.io/install.sh && source install.sh
180+
```
181181

182182
7. **Once done, You should see something like this:**
183183

@@ -225,9 +225,9 @@ You’ve successfully set up **Keploy on macOS** using **Lima**.
225225

226226
2. **Install Keploy**
227227

228-
```bash
229-
curl --silent -O -L https://keploy.io/install.sh && source install.sh
230-
```
228+
```bash
229+
curl --silent -O -L https://keploy.io/install.sh && source install.sh
230+
```
231231

232232
3. **Verify the installation**
233233

@@ -296,19 +296,19 @@ Run the following command in PowerShell (as Administrator):
296296

297297
1. **Enable WSL**
298298

299-
```shell
300-
wsl --install -d <Distribution Name>
301-
```
299+
```shell
300+
wsl --install -d <Distribution Name>
301+
```
302302

303303
👉 We recommend using **Ubuntu-22.04** for the best experience.
304304
(You can also choose a different distribution if needed.)
305305

306306
2. **Install Keploy Binary**
307307
Inside your WSL terminal, run:
308308

309-
```shell
310-
curl --silent -O -L https://keploy.io/install.sh && source install.sh
311-
```
309+
```shell
310+
curl --silent -O -L https://keploy.io/install.sh && source install.sh
311+
```
312312

313313
3. **Verify Installation**
314314

@@ -356,9 +356,9 @@ You’ve successfully set up **Keploy on Windows** using **WSL**.
356356

357357
2. **Install Keploy**
358358

359-
```bash
360-
curl --silent -O -L https://keploy.io/install.sh && source install.sh
361-
```
359+
```bash
360+
curl --silent -O -L https://keploy.io/install.sh && source install.sh
361+
```
362362

363363
3. **Verify the installation**
364364

0 commit comments

Comments
 (0)