Skip to content

Commit d38cb0a

Browse files
README update
1 parent de67e7d commit d38cb0a

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# scripts
1+
# Scripts
22

33
Bash scipts for config, install, update betterfetch
44

@@ -33,3 +33,16 @@ curl https://raw.githubusercontent.com/betterfetch/scripts/refs/heads/main/rs/up
3333
```bash
3434
curl https://raw.githubusercontent.com/betterfetch/scripts/refs/heads/main/cpp/update.sh | bash
3535
```
36+
37+
# Uninstallation
38+
The uninstall scripts
39+
## Uninstall betterfetch rust
40+
```bash
41+
curl https://raw.githubusercontent.com/betterfetch/scripts/refs/heads/main/rs/uninstall.sh | bash
42+
```
43+
44+
## Uninstall betterfetch c++
45+
46+
```bash
47+
curl https://raw.githubusercontent.com/betterfetch/scripts/refs/heads/main/cpp/uninstall.sh | bash
48+
```

rs/uninstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
echo "Uninstalling betterfetch"
33
echo "input path to the betterfetch installation directory"
44

5-
read INSTALL_DIR
5+
read -r INSTALL_DIR
66
# INSTALL_DIR=$1
77
CARGO_BIN_PATH=$HOME/.cargo/bin/
88

0 commit comments

Comments
 (0)