You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,7 @@
34
34
**Snap is not supported**
35
35
36
36
## 📥 How to Install & Download 
37
-
Paste this into your terminal and restart it afterwards. \
38
-
After that you can just type `crunchycleaner -v` into your terminal to verify it's installed. \
37
+
Paste the corresponding command into your terminal and restart it afterwards. \
39
38
For Linux (using sudo):
40
39
```
41
40
curl -L https://github.com/Knuspii/CrunchyCleaner/releases/latest/download/crunchycleaner -o cc && sudo install -m 755 cc /usr/local/bin/crunchycleaner && rm cc
@@ -48,13 +47,10 @@ For Go (using go install):
48
47
```
49
48
go install github.com/knuspii/crunchycleaner/v2@latest
0 commit comments