Added note in build section explaining that windows is not supported.

This commit is contained in:
Adam McKellar
2024-02-12 16:43:02 +01:00
parent 3969023da8
commit 5957b3bf37

View File

@@ -72,6 +72,9 @@ This produces the binary in _release mode_ (`--release`) at
`target/release/asciinema`. There are no other build artifacts so you can just
copy the binary to a directory in your `$PATH`.
> [!NOTE]
> Windows is currently not supported. _(See [#467](https://github.com/asciinema/asciinema/issues/467))_
## Development
This branch contains the next generation of the asciinema CLI, written in Rust