@@ 1,6 1,6 @@
# yts
-Search YouTube from the command line without relying on the YouTube API.
+Search YouTube from the command line without relying on the YouTube API. yts includes two binaries, `yts` (a one-shot CLI for running a YouTube search) and `iyts` (an interactive line-mode interface inspired by [gmnlm](https://git.sr.ht/~sircmpwn/gmni)).
## Building
@@ 8,8 8,7 @@ Search YouTube from the command line without relying on the YouTube API.
```
git clone https://git.sr.ht/~gjabell/yts && cd yts
-go build
-go install # or manually install the binary somewhere in your path
+go install ./...
```
## Usage