Skip to content

Commit

Permalink
Add Go build step to README
Browse files Browse the repository at this point in the history
  • Loading branch information
seraco authored and dlvhdr committed Oct 18, 2023
1 parent 555c5d9 commit 29e3418
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -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 .
```
Expand Down

0 comments on commit 29e3418

Please sign in to comment.