Skip to content

Commit

Permalink
add documenation for installation via nix (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaschmid authored Dec 14, 2021
1 parent e1df012 commit 5090a0a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
14 changes: 14 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,20 @@ Development Version
brew install --HEAD colima
```

## Nix

Only stable Version

```
nix-env -i colima
```

Or using solely in a `nix-shell`

```
nix-shell -p colima
```

## Binary

Binaries are available with every release on the [releases page](https://github.com/abiosoft/colima/releases).
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,17 @@ Container runtimes on macOS (and Linux) with minimal setup.

### Installation

Colima is available on Homebrew. Check [here](INSTALL.md) for other installation options.
Colima is available on Homebrew and Nix. Check [here](INSTALL.md) for other installation options.

```
# Homebrew
brew install colima
# Nix
nix-env -i colima
```

Or stay on the bleeding edge
Or stay on the bleeding edge (only Homebrew)

```
brew install --HEAD colima
Expand Down

0 comments on commit 5090a0a

Please sign in to comment.