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