Update README.md

This commit is contained in:
Achraf RRAMI 2022-07-06 16:06:02 +00:00 committed by GitHub
parent 60130dbb20
commit 9325639b13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,13 @@ Thus I created this alternative front-end so I can read song lyrics with ease an
## Screenshot ## Screenshot
![Screenshot](https://raw.githubusercontent.com/rramiachraf/dumb/main/screenshot.png) ![Screenshot](https://raw.githubusercontent.com/rramiachraf/dumb/main/screenshot.png)
## Install ## Usage
Go 1.18+ is required. Go 1.18+ is required.
```bash ```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. The default port is 5555, you can use other ports by setting the `PORT` environment variable.