Skip to content

Commit 74a3e96

Browse files
committed
docs: update README.md
1 parent 9413ad1 commit 74a3e96

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# scdl
22

3-
A simple command-line SoundCloud downloader written in Go.
3+
A simple command-line & library downloader for SoundCloud tracks written in Go.
44

55
## Installation
66

@@ -13,6 +13,10 @@ Or build from source:
1313
```bash
1414
go build -o scdl cmd/scdl/main.go
1515
```
16+
or
17+
```bash
18+
make build-os-arch
19+
```
1620

1721
## Usage
1822

0 commit comments

Comments
 (0)