Skip to content

Commit 3e574ee

Browse files
committed
add manual installation guide
1 parent ff1b0c5 commit 3e574ee

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

src/content/docs/getting-started/installation.mdx

+32
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,35 @@ bash <(curl -L https://chalisehari.com.np/fedora)
4343
:::tip[Tip]
4444
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.
4545

46+
## Manual Installation
47+
48+
### Dependencies
49+
50+
<Tabs syncKey="pkg">
51+
<TabItem label="Arch">
52+
53+
```sh
54+
sudo pacman -S rust gum figlet man-db man git wget unzip noto-fonts-emoji ttf-joypixels curl tree-sitter tree-sitter-bash gcc-libs glibc bash bash-completion ttf-nerd-fonts-symbols ttf-jetbrains-mono ttf-jetbrains-mono-nerd bat zsh fish
55+
```
56+
57+
</TabItem>
58+
<TabItem label="Fedora">
59+
60+
```sh
61+
sudo dnf install rust gum figlet man-db man git wget unzip google-noto-color-emoji-fonts google-noto-emoji-fonts bat jetbrains-mono-fonts-all bash-completion-devel zsh fish rust-tree-sitter-devel glibc curl gcc
62+
```
63+
64+
</TabItem>
65+
</Tabs>
66+
67+
## Clone and Build
68+
69+
```sh
70+
git clone --depth 1 https://github.com/harilvfs/carch
71+
cd carch
72+
cargo build --release
73+
cd target/release/
74+
sudo cp -r carch /usr/bin/
75+
```
76+
77+
Now you can run `carch` in your terminal. If you encounter any issues on Fedora, they might be dependency-related. It should work fine, but if any problems arise, feel free to open an [issue](https://github.com/harilvfs/carch/issues) or email me at **[email protected]**.

0 commit comments

Comments
 (0)