Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-on-the-internet committed Nov 3, 2023
1 parent 46bc17a commit b748ab7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build
- name: Build and Run # make sure it runs
run: |
go version
go build .
./cemetery-escape help # make sure it runs
./cemetery-escape help
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
if: startsWith(github.ref, 'refs/tags/')
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@ but watch out for ghosts.
- A [Nerd Font](https://www.nerdfonts.com/)
- A dark color scheme terminal

## Installation

### Using Go

Run

```sh
go install github.com/tom-on-the-internet/cemetery-escape@latest
```

### Get the Binary

Look in the [releases](https://github.com/tom-on-the-internet/cemetery-escape/releases/latest) for a binary that runs on your hardware.

## TODO

- string builder size
Expand Down

0 comments on commit b748ab7

Please sign in to comment.