Skip to content

Commit

Permalink
Add install instructions for non-nix users
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Nov 25, 2024
1 parent 51fe96b commit a6e3c7e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,32 @@ list of all tasks running on ECS.

<details>
<summary>Non-Nix users</summary>

Clone the repository:

```
git clone https://github.com/sestrella/iecs.git
```

Download and [install](https://go.dev/dl/) the appropriate Go version. Check
the version constraint on the [go.mod](go.mod) to determine which version to
use.

Compile and generate the binary:

```
go build
```

Copy the binary to a directory in the `PATH`, like `~/.local/bin`:

```
cp iecs ~/.local/bin/iecs
```

> [!NOTE]
> Check that the path where the binary is copied exists in the `PATH`
> environment variable.
</details>
## References
Expand Down

0 comments on commit a6e3c7e

Please sign in to comment.