Skip to content

Commit

Permalink
doc: Add debian install
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Jul 28, 2024
1 parent ce44be6 commit 070921f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,18 @@ required_files:
For more module examples click [here](https://github.com/mcmah309/yard_module_repository/tree/master).

## Installation

### Debian - Ubuntu, Linux Mint, Pop!_OS, etc.

```bash
RELEASE_VER=<INSERT_CURRENT_VERSION> # e.g. RELEASE_VER='v0.2.2'
deb_file="containeryard_$(echo $RELEASE_VER | sed 's/^v//')-1_amd64.deb"
curl -LO https://github.com/mcmah309/containeryard/releases/download/$RELEASE_VER/$deb_file
sudo dpkg -i "$deb_file"
```

### Cargo

```bash
cargo install containeryard
```
Expand Down

0 comments on commit 070921f

Please sign in to comment.