Skip to content

Commit

Permalink
Add Windows to README as tested platform (#299)
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 authored Sep 30, 2024
1 parent 127257b commit 3043ca4
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 3043ca4

Please sign in to comment.