From ed09211c7380a19c7a1c2b444bf3944bf55ed77d Mon Sep 17 00:00:00 2001 From: Achanandhi-M Date: Thu, 23 Oct 2025 13:22:13 +0530 Subject: [PATCH] fix: adjust installation UI alignment for better consistency Signed-off-by: Achanandhi-M --- .../version-3.0.0/server/installation_tabs.md | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/versioned_docs/version-3.0.0/server/installation_tabs.md b/versioned_docs/version-3.0.0/server/installation_tabs.md index 51f87bf77..1a60dac55 100644 --- a/versioned_docs/version-3.0.0/server/installation_tabs.md +++ b/versioned_docs/version-3.0.0/server/installation_tabs.md @@ -157,27 +157,27 @@ brew install lima 3. **Create a Debian instance** \[or any instance of your choice] - ```bash - limactl create template://debian-12 - ``` +```bash +limactl create template://debian-12 +``` 4. **Start the instance** - ```bash - limactl start debian-12 - ``` +```bash +limactl start debian-12 +``` 5. **Enter the Linux shell** - ```bash - limactl shell debian-12 - ``` +```bash +limactl shell debian-12 +``` 6. **Install Keploy inside Lima** - ```bash - curl --silent -O -L https://keploy.io/install.sh && source install.sh - ``` +```bash +curl --silent -O -L https://keploy.io/install.sh && source install.sh +``` 7. **Once done, You should see something like this:** @@ -225,9 +225,9 @@ You’ve successfully set up **Keploy on macOS** using **Lima**. 2. **Install Keploy** - ```bash - curl --silent -O -L https://keploy.io/install.sh && source install.sh - ``` +```bash +curl --silent -O -L https://keploy.io/install.sh && source install.sh +``` 3. **Verify the installation** @@ -296,9 +296,9 @@ Run the following command in PowerShell (as Administrator): 1. **Enable WSL** - ```shell - wsl --install -d - ``` +```shell +wsl --install -d +``` 👉 We recommend using **Ubuntu-22.04** for the best experience. (You can also choose a different distribution if needed.) @@ -306,9 +306,9 @@ Run the following command in PowerShell (as Administrator): 2. **Install Keploy Binary** Inside your WSL terminal, run: - ```shell - curl --silent -O -L https://keploy.io/install.sh && source install.sh - ``` +```shell +curl --silent -O -L https://keploy.io/install.sh && source install.sh +``` 3. **Verify Installation** @@ -356,9 +356,9 @@ You’ve successfully set up **Keploy on Windows** using **WSL**. 2. **Install Keploy** - ```bash - curl --silent -O -L https://keploy.io/install.sh && source install.sh - ``` +```bash +curl --silent -O -L https://keploy.io/install.sh && source install.sh +``` 3. **Verify the installation**