Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejoh committed Jun 7, 2024
1 parent c2c935d commit 26595dc
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,27 @@

## Install

1. `make build`
2. `make install`
### From source

1. `git clone https://github.com/mikejoh/rke2diff.git`
2. `cd rke2diff`
3. `make build`
4. `make install` (assumes thath `~/.local/bin` is used)

### Download and run

1. Download (using `v0.1.3` as an example):
```
curl -LO https://github.com/mikejoh/rke2diff/releases/download/0.1.3/rke2diff_0.1.3_linux_amd64.tar.gz
```
2. Unpack:
```
tar xzvf rke2diff_0.1.3_linux_amd64.tar.gz
```
3. Run:
```
./rke2diff -version
```

## Usage

Expand Down

0 comments on commit 26595dc

Please sign in to comment.