Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaya-Sem authored Sep 28, 2024
1 parent acfa3d6 commit d131772
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 @@ -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
Expand Down

0 comments on commit d131772

Please sign in to comment.