From e23014c4443217296a96583e208cd54c86c50e34 Mon Sep 17 00:00:00 2001 From: Evan Fiordeliso Date: Wed, 12 Jul 2023 16:56:12 -0400 Subject: [PATCH] Fix README --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) 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