@@ -157,27 +157,27 @@ brew install lima
157157
1581583 . ** 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
1641644 . ** Start the instance**
165165
166- ``` bash
167- limactl start debian-12
168- ```
166+ ``` bash
167+ limactl start debian-12
168+ ```
169169
1701705 . ** Enter the Linux shell**
171171
172- ``` bash
173- limactl shell debian-12
174- ```
172+ ``` bash
173+ limactl shell debian-12
174+ ```
175175
1761766 . ** 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
1821827 . ** Once done, You should see something like this:**
183183
@@ -225,9 +225,9 @@ You’ve successfully set up **Keploy on macOS** using **Lima**.
225225
2262262 . ** 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
2322323 . ** Verify the installation**
233233
@@ -296,19 +296,19 @@ Run the following command in PowerShell (as Administrator):
296296
2972971 . ** 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
3063062 . ** 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
3133133 . ** Verify Installation**
314314
@@ -356,9 +356,9 @@ You’ve successfully set up **Keploy on Windows** using **WSL**.
356356
3573572 . ** 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
3633633 . ** Verify the installation**
364364
0 commit comments