@@ -90,70 +90,72 @@ You’ve successfully installed **Keploy on Linux**.
9090
91912 . ** Install Keploy**
9292
93- ```` bash
93+ ``` bash
9494 curl --silent -O -L https://keploy.io/install.sh && source install.sh
95- ```
95+ ```
9696
97973 . ** 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
128129You’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
1481501 . ** Check if Lima is installed** : If you already have Lima, Go to Step 6.
149151
1501522 . ** 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