From 29e341834773e5ade321fbaf2ece9f16fddc72d2 Mon Sep 17 00:00:00 2001 From: Sebastia Ramon <25517036+seraco@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:53:08 +0100 Subject: [PATCH] Add Go build step to README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b5fd296..f810108f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,13 @@ cd gh-dash ``` -3. Install it locally +3. Build it + + ```bash + go build + ``` + +4. Install it locally ```bash gh extension install . ```