File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1012go install github.com/hellsontime/scdl/cmd/scdl@latest
1113```
1214
13- Or build from source:
15+ #### Or build from source:
1416
1517``` bash
1618go build -o scdl cmd/scdl/main.go
2022make 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
2630scdl < 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
3741Download to the current directory:
3842
@@ -52,7 +56,7 @@ Download with custom artist and track name:
5256scdl https://soundcloud.com/cowboyclicker/stay --author " Custom Artist" --name " Custom Title"
5357```
5458
55- ## Library Usage
59+ ## 🧩 Library Usage
5660
5761### Installation
5862
You can’t perform that action at this time.
0 commit comments