Skip to content

Commit 90e2156

Browse files
authored
Revise installation steps
1 parent bd393ca commit 90e2156

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
**Snap is not supported**
3535

3636
## 📥 How to Install & Download ![Download](https://img.shields.io/github/downloads/knuspii/crunchycleaner/total?color=green)
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. \
3938
For Linux (using sudo):
4039
```
4140
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):
4847
```
4948
go install github.com/knuspii/crunchycleaner/v2@latest
5049
```
51-
Or download the binary and just run it:
52-
[[Download here]](https://github.com/knuspii/crunchycleaner/releases)
50+
After that you can just type `crunchycleaner -v` into your terminal to verify it's installed. \
5351

54-
### 🎖️ Featured on
55-
[![Awesome TUIs](https://img.shields.io/badge/Awesome-TUIs-orange?style=flat-square)](https://github.com/rothgar/awesome-tuis)
56-
[![Awesome Go](https://img.shields.io/badge/Awesome-Go-blue?style=flat-square)](https://github.com/avelino/awesome-go)
57-
[![Awesome Windows](https://img.shields.io/badge/Awesome-Windows-blueviiet?style=flat-square)](https://github.com/0PandaDEV/awesome-windows)
52+
Or download the binary and just run/open it:
53+
[[Download here]](https://github.com/knuspii/crunchycleaner/releases)
5854

5955
---
6056

@@ -91,6 +87,11 @@ CrunchyCleaner is also available on SourceForge \
9187
[![Download CrunchyCleaner](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/crunchycleaner/files/latest/download)
9288
[![Download CrunchyCleaner](https://img.shields.io/sourceforge/dt/crunchycleaner.svg)](https://sourceforge.net/projects/crunchycleaner/files/latest/download)
9389

90+
### 🎖️ Featured on
91+
[![Awesome TUIs](https://img.shields.io/badge/Awesome-TUIs-orange?style=flat-square)](https://github.com/rothgar/awesome-tuis)
92+
[![Awesome Go](https://img.shields.io/badge/Awesome-Go-blue?style=flat-square)](https://github.com/avelino/awesome-go)
93+
[![Awesome Windows](https://img.shields.io/badge/Awesome-Windows-blueviiet?style=flat-square)](https://github.com/0PandaDEV/awesome-windows)
94+
9495
### External Dependencies
9596
This project uses the following external dependencies:
9697
- **[github.com/eiannone/keyboard](https://github.com/eiannone/keyboard)** – used for cross-platform keyboard input (MIT License)

0 commit comments

Comments
 (0)