docs: standardize style

This commit is contained in:
Ho Duc Hieu 2023-12-22 16:00:23 +09:00
parent a3f77c775b
commit d870f7c266

View File

@ -37,11 +37,11 @@ The following steps will help you troubleshoot and resolve issues related to bro
</TabItem> </TabItem>
<TabItem value="linux" label="Linux"> <TabItem value="linux" label="Linux">
To uninstall Jan on Linux, you should use your package manager's uninstall or remove option. For Debian/Ubuntu-based distributions, if you installed Jan via the `.deb` package, you can uninstall Jan using the following command: To uninstall Jan on Linux, you should use your package manager's uninstall or remove option. For Debian/Ubuntu-based distributions, if you installed Jan via the `.deb` package, you can uninstall Jan using the following command:
```bash ```bash
sudo apt-get remove jan sudo apt-get remove jan
``` ```
</TabItem> </TabItem>
</Tabs> </Tabs>
@ -93,4 +93,4 @@ ps aux | grep nitro
kill -9 <PID> kill -9 <PID>
``` ```
3. Download the latest version from via our homepage, [https://jan.ai/](https://jan.ai/). 4. Download the latest version from via our homepage, [https://jan.ai/](https://jan.ai/).