Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusleonas committed Aug 6, 2024
1 parent 34e5f94 commit 5fc2b69
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,23 @@ notebutler new
```sh
notebutler read <name>
```

## Build

Install [Go](https://golang.org/doc/install).

### For current architecture

```sh
go build .
```

### For all architectures

```sh
./build.sh github.com/marcusleonas/notebutler
```

## License

Licensed under the MIT License. See [LICENSE](LICENSE) for details.

0 comments on commit 5fc2b69

Please sign in to comment.