Skip to content

Commit 5f41812

Browse files
authored
fix: installation fix (#680)
Signed-off-by: Achanandhi-M <[email protected]>
1 parent a2a195b commit 5f41812

File tree

1 file changed

+42
-40
lines changed

1 file changed

+42
-40
lines changed

versioned_docs/version-3.0.0/server/installation_tabs.md

Lines changed: 42 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -90,70 +90,72 @@ You’ve successfully installed **Keploy on Linux**.
9090

9191
2. **Install Keploy**
9292

93-
````bash
93+
```bash
9494
curl --silent -O -L https://keploy.io/install.sh && source install.sh
95-
```
95+
```
9696

9797
3. **Once done, You should see something like this:**
9898

99-
```bash
100-
▓██▓▄
101-
▓▓▓▓██▓█▓▄
102-
████████▓▒
103-
▀▓▓███▄ ▄▄ ▄ ▌
104-
▄▌▌▓▓████▄ ██ ▓█▀ ▄▌▀▄ ▓▓▌▄ ▓█ ▄▌▓▓▌▄ ▌▌ ▓
105-
▓█████████▌▓▓ ██▓█▄ ▓█▄▓▓ ▐█▌ ██ ▓█ █▌ ██ █▌ █▓
106-
▓▓▓▓▀▀▀▀▓▓▓▓▓▓▌ ██ █▓ ▓▌▄▄ ▐█▓▄▓█▀ █▓█ ▀█▄▄█▀ █▓█
107-
▓▌ ▐█▌ █▌
108-
109-
110-
Keploy CLI
111-
112-
Available Commands:
113-
example Example to record and test via keploy
114-
config --generate generate the keploy configuration file
115-
record record the keploy testcases from the API calls
116-
test run the recorded testcases and execute assertions
117-
update Update Keploy
118-
119-
Flags:
120-
--debug Run in debug mode
121-
-h, --help help for keploy
122-
-v, --version version for keploy
123-
124-
Use "keploy [command] --help" for more information about a command.
125-
```
99+
```bash
100+
▓██▓▄
101+
▓▓▓▓██▓█▓▄
102+
████████▓▒
103+
▀▓▓███▄ ▄▄ ▄ ▌
104+
▄▌▌▓▓████▄ ██ ▓█▀ ▄▌▀▄ ▓▓▌▄ ▓█ ▄▌▓▓▌▄ ▌▌ ▓
105+
▓█████████▌▓▓ ██▓█▄ ▓█▄▓▓ ▐█▌ ██ ▓█ █▌ ██ █▌ █▓
106+
▓▓▓▓▀▀▀▀▓▓▓▓▓▓▌ ██ █▓ ▓▌▄▄ ▐█▓▄▓█▀ █▓█ ▀█▄▄█▀ █▓█
107+
▓▌ ▐█▌ █▌
108+
109+
110+
Keploy CLI
111+
112+
Available Commands:
113+
example Example to record and test via keploy
114+
config --generate generate the keploy configuration file
115+
record record the keploy testcases from the API calls
116+
test run the recorded testcases and execute assertions
117+
update Update Keploy
118+
119+
Flags:
120+
--debug Run in debug mode
121+
-h, --help help for keploy
122+
-v, --version version for keploy
123+
124+
Use "keploy [command] --help" for more information about a command.
125+
```
126+
126127
## 🎉 Congratulations!
127128

128129
You’ve successfully set up **Keploy on Linux** using **Docker**.
129130

130131
<StartKeployDocker />
131132
</TabItem>
132-
</Tabs>
133+
</Tabs>
133134
</TabItem>
134135

135136
<TabItem value="macos" label="macOS">
136-
<br />
137-
138-
:::info
139-
Keploy does not natively support macOS. However, you can run it using **Lima** or **Docker**.
137+
<br />
138+
:::info
139+
Keploy does not natively support macOS. However, you can run it using **Lima** or **Docker**.
140140
:::
141+
141142
👉 **Choose your preferred method:**
142143

143144
<Tabs>
144-
<TabItem value="lima" label="Lima">
145+
146+
<TabItem value="lima" label="Lima">
145147

146148
## Install Keploy with Lima
147149

148150
1. **Check if Lima is installed**: If you already have Lima, Go to Step 6.
149151

150152
2. **Install Lima**
151153

152-
```bash
153-
brew install lima
154-
````
154+
```bash
155+
brew install lima
156+
```
155157

156-
3. **Create a Debian instance** [or any instance of your choice]
158+
3. **Create a Debian instance** \[or any instance of your choice]
157159

158160
```bash
159161
limactl create template://debian-12
@@ -267,7 +269,7 @@ You’ve successfully set up **Keploy on macOS** using **Docker**.
267269

268270
</TabItem>
269271
</Tabs>
270-
</TabItem>
272+
</TabItem>
271273

272274
<TabItem value="windows" label="Windows">
273275
<br />

0 commit comments

Comments
 (0)