Skip to content

Commit

Permalink
Add Windows to README as tested platform
Browse files Browse the repository at this point in the history
Also add details on go toolchain platforms

Signed-off-by: Zach Steindler <[email protected]>
  • Loading branch information
steiza committed Sep 27, 2024
1 parent 5845298 commit ed35e25
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ Documentation is found in the [`docs`](./docs) subdirectory.

## Requirements

- Unix-compatible OS
- [Go 1.21](https://go.dev/doc/install)
Tested with:

- Unix-compatible OS and Windows
- [Go 1.22](https://go.dev/doc/install)

Note that we do not provide built versions of this library, but you can see what architectures your version of `go` supports with `go tool dist list`.

## Installation

Expand Down

0 comments on commit ed35e25

Please sign in to comment.