diff --git a/README.md b/README.md index 999e9d7..60428e4 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,13 @@ Thus I created this alternative front-end so I can read song lyrics with ease an ## Screenshot ![Screenshot](https://raw.githubusercontent.com/rramiachraf/dumb/main/screenshot.png) -## Install +## Usage Go 1.18+ is required. ```bash -go install github.com/rramiachraf/dumb@latest +git clone https://github.com/rramiachraf/dumb +cd dumb +go build +./dumb ``` -## Usage -```bash -dumb -``` The default port is 5555, you can use other ports by setting the `PORT` environment variable.