From 54f2d201c783d5d77c2f4695b3ebe776fcda404e Mon Sep 17 00:00:00 2001 From: LyubomirT Date: Mon, 7 Oct 2024 13:54:52 +0300 Subject: [PATCH] docs: update README to include supported OS and build status --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 31eaa37..4a901d3 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,21 @@ Welcome to the **Chainsaw Human Typing** repository! This tool simulates **human +| Supported OS | Build Status | +|--------------|--------------| +| Windows | Since 1.0.0 | +| Linux | Since 1.5.0 | +| MacOS | Not yet* | +| FreeBSD | Not yet | + Download one of the binaries from the [releases page](https://github.com/LyubomirT/chainsaw-human-typing/releases) or build it yourself by cloning the repository and running: ```bash python main.py ``` +*The app technically should work on MacOS, but we don't have any pre-built binaries for it yet. + ---