Skip to content

Commit d000420

Browse files
committed
Update contributing.mdx
1 parent fcbc63b commit d000420

File tree

1 file changed

+34
-38
lines changed

1 file changed

+34
-38
lines changed

src/content/docs/project/contributing.mdx

+34-38
Original file line numberDiff line numberDiff line change
@@ -23,50 +23,46 @@ Before contributing, **understand the structure** of Carch:
2323

2424
1. **The `main script` of Carch is located in:**
2525

26-
<FileTree>
26+
<FileTree>
2727

28-
- src
29-
- **main.rs**
30-
- scripts
31-
- **carch**
28+
- build/
29+
- **carch**
3230

33-
</FileTree>
31+
</FileTree>
3432

3533

3634
2. **All `additional` scripts of Carch are stored in:**
3735

38-
<FileTree>
39-
40-
- src
41-
- scripts
42-
- scripts
43-
- **Alacritty.sh**
44-
- **Aur.sh**
45-
- **Bash.sh**
46-
- **Bun.sh**
47-
- **Dwm.sh**
48-
- **Fastfetch.sh**
49-
- **Fish.sh**
50-
- **Fonts.sh**
51-
- **Grub.sh**
52-
- **Helix.sh**
53-
- **Hyprland.sh**
54-
- **i3wm.sh**
55-
- **Kitty.sh**
56-
- **LTS-Kernel.sh**
57-
- **Neovim.sh**
58-
- **Npm.sh**
59-
- **Packages.sh**
60-
- **Picom.sh**
61-
- **Rofi.sh**
62-
- **Sddm.sh**
63-
- **SwayWM.sh**
64-
- **Themes-Icons.sh**
65-
- **Tmux.sh**
66-
- **Wallpapers.sh**
67-
- **Zsh.sh**
68-
69-
</FileTree>
36+
<FileTree>
37+
38+
- scripts/
39+
- **Alacritty.sh**
40+
- **Aur.sh**
41+
- **Bash.sh**
42+
- **Bun.sh**
43+
- **Dwm.sh**
44+
- **Fastfetch.sh**
45+
- **Fish.sh**
46+
- **Fonts.sh**
47+
- **Grub.sh**
48+
- **Helix.sh**
49+
- **Hyprland.sh**
50+
- **i3wm.sh**
51+
- **Kitty.sh**
52+
- **LTS-Kernel.sh**
53+
- **Neovim.sh**
54+
- **Npm.sh**
55+
- **Packages.sh**
56+
- **Picom.sh**
57+
- **Rofi.sh**
58+
- **Sddm.sh**
59+
- **SwayWM.sh**
60+
- **Themes-Icons.sh**
61+
- **Tmux.sh**
62+
- **Wallpapers.sh**
63+
- **Zsh.sh**
64+
65+
</FileTree>
7066

7167
</Steps>
7268

0 commit comments

Comments
 (0)