Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added installation options
  • Loading branch information
Kaya-Sem authored Aug 16, 2024
1 parent 87fd8bc commit 1179e02
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,26 @@ See also: [commandlijn](https://github.com/Command-Transport/commandlijn)

## Installation

#### 1. Install via `go install`

To quickly install commandtrein using go, run the following command:

```bash
go install github.com/Command-Transport/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.

#### 2. Install from source
If you prefer to build commandtrein from source, follow these steps:

```bash
git clone https://github.com/Command-Transport/commandtrein.git
cd commandtrein
go build -o commandtrein
sudo mv commandtrein /usr/local/bin/
```

## Usage

Commandtrein supports the following actions:
Expand Down

0 comments on commit 1179e02

Please sign in to comment.