From d13177275131a84d507c1f13790aca5007d5e5b3 Mon Sep 17 00:00:00 2001 From: Kaya-Sem <73200952+Kaya-Sem@users.noreply.github.com> Date: Sat, 28 Sep 2024 15:01:29 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb8e84c..177ec47 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,13 @@ To quickly install commandtrein using go, run the following command: go install github.com/Kaya-Sem/commandtrein@latest ``` -This will download and install commandtrein and make it avaible in your `$GOPATH/bin` directory. Ensure that this directory is included in your system's `PATH` environment variable. +This will download and install commandtrein and make it available in your `$GOPATH/bin` directory. Ensure that this directory is included in your system's `PATH` environment variable. -#### 2. Install from source +#### 2. Compiled binaries + +[releases](https://github.com/Kaya-Sem/commandtrein/releases) (windows is untested) + +#### 3. Install from source If you prefer to build commandtrein from source, follow these steps: ```bash