Skip to content

Commit f36771d

Browse files
authored
docs: Improve README formatting and section headers
Updated README.md to enhance formatting and add emojis for sections.
1 parent 322f512 commit f36771d

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ A simple command-line & library downloader for SoundCloud tracks written in Go.
44

55
![scdl demo](.github/assets/scdl.gif)
66

7-
## Installation
7+
## 📦 Installation
8+
9+
#### Intall with Go:
810

911
```bash
1012
go install github.com/hellsontime/scdl/cmd/scdl@latest
1113
```
1214

13-
Or build from source:
15+
#### Or build from source:
1416

1517
```bash
1618
go build -o scdl cmd/scdl/main.go
@@ -20,7 +22,9 @@ or
2022
make build-os-arch
2123
```
2224

23-
## Usage
25+
#### Or [download](https://github.com/hellsontime/scdl/releases) latest release build
26+
27+
## ⚙️ Usage
2428

2529
```bash
2630
scdl <soundcloud-url> [options]
@@ -32,7 +36,7 @@ scdl <soundcloud-url> [options]
3236
- `-a, --author`: Override artist/author name.
3337
- `-n, --name`: Override track title.
3438

35-
## Examples
39+
## 🕹️ Examples
3640

3741
Download to the current directory:
3842

@@ -52,7 +56,7 @@ Download with custom artist and track name:
5256
scdl https://soundcloud.com/cowboyclicker/stay --author "Custom Artist" --name "Custom Title"
5357
```
5458

55-
## Library Usage
59+
## 🧩 Library Usage
5660

5761
### Installation
5862

0 commit comments

Comments
 (0)