Fix README

This commit is contained in:
Evan Fiordeliso 2023-07-12 16:56:12 -04:00
parent ceb764934f
commit e23014c444
1 changed files with 13 additions and 10 deletions

View File

@ -46,16 +46,12 @@ Prerequisites:
Steps: Steps:
1. Download dependencies 1. Enter devenv shell
2. Run the build script
```sh ```sh
task deps build
```
2. Build binary
```sh
task build
``` ```
## Releasing ## Releasing
@ -67,10 +63,17 @@ Prerequisites:
Steps: Steps:
1. Ensure gitea access token is in `~/.config/goreleaser/gitea_token` 1. Ensure gitea access token is in `~/.config/goreleaser/gitea_token`
2. Run release task
2. Enter devenv shell
```sh ```sh
task release devenv shell
```
3. Run the release script
```sh
release
``` ```
## Contributing ## Contributing