diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts
index c41b796..148f316 100644
--- a/docs/.vitepress/config.ts
+++ b/docs/.vitepress/config.ts
@@ -33,45 +33,16 @@ export default {
],
sidebar: [
{ text: "Introduction", link: "/getting-started/introduction" },
- {
- text: "Installation",
- collapsible: true,
- collapsed: false,
- items: [
- { text: "Terminal", link: "/installation/cli" },
- { text: "Commands", link: "/installation/cmd" },
- { text: "TUI", link: "/installation/tui" },
- { text: "PKG Build", link: "/installation/pkg" },
- ],
- },
- {
- text: "Utilities",
- collapsible: true,
- collapsed: false,
- items: [
- { text: "Overview Scripts", link: "/scripts/scripts" },
- ],
- },
- {
- text: "Collaboration",
- collapsible: true,
- collapsed: false,
- items: [
- { text: "Roadmap", link: "/github/roadmap" },
- { text: "Contributing", link: "/github/contributing" },
- { text: "Code of Conduct", link: "/github/codeofconduct" },
- ],
- },
- {
- text: "Acknowledgment",
- collapsible: true,
- collapsed: false,
- items: [
- { text: "Inspiration", link: "/acknowledgment/inspiration" },
- { text: "Contributions", link: "/acknowledgment/contributors" },
+ { text: "Installation", link: "/installation/cli" },
+ { text: "Commands", link: "/installation/cmd" },
+ { text: "TUI", link: "/installation/tui" },
+ { text: "Overview Scripts", link: "/scripts/scripts" },
+ { text: "Roadmap", link: "/github/roadmap" },
+ { text: "Contributing", link: "/github/contributing" },
+ { text: "Code of Conduct", link: "/github/codeofconduct" },
+ { text: "Inspiration", link: "/acknowledgment/inspiration" },
+ { text: "Contributions", link: "/acknowledgment/contributors" },
],
- },
-],
socialLinks: [
{ icon: "telegram", link: "https://t.me/carchx" },
{ icon: "discord", link: "https://discord.com/invite/8NJWstnUHd" },
diff --git a/docs/installation/cli.md b/docs/installation/cli.md
index 1100b86..216b797 100644
--- a/docs/installation/cli.md
+++ b/docs/installation/cli.md
@@ -4,22 +4,28 @@
**To install Carch, execute the following command in your terminal:**
> [!INFO]
-> **Make sure to install `curl` before running this command** **`sudo pacman -S curl`**
+> **Make sure to install `curl` before running this command:** **`sudo pacman -S curl`** or **`sudo dnf install curl -y`**
+>
+> **Also, check the `make` and `less` packages (for Arch only).**
:::code-group
-```sh [Install]
-bash <(curl -L https://chalisehari.com.np/carchx)
+```sh [ Arch]
+bash <(curl -L https://chalisehari.com.np/arch)
```
-```sh [Run]
-carch
+```sh [ Fedora]
+bash <(curl -L https://chalisehari.com.np/fedora)
```
:::tip :bulb: TIP
You don't need to run the installation script every time. You can run it once, and then simply type carch in your terminal whenever you want to automatically execute the Carch script.
If the installation command fails, you can try running
-`curl -fsSL https://chalisehari.com.np/carchx | sh`
+`curl -fsSL https://chalisehari.com.np/arch | sh`
+
+or
+
+`curl -fsSL https://chalisehari.com.np/fedora | sh`
:::
diff --git a/docs/installation/pkg.md b/docs/installation/pkg.md
deleted file mode 100644
index 163d280..0000000
--- a/docs/installation/pkg.md
+++ /dev/null
@@ -1,37 +0,0 @@
-