Skip to content

Commit 26595dc

Browse files
committed
Update docs
1 parent c2c935d commit 26595dc

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,27 @@
77

88
## Install
99

10-
1. `make build`
11-
2. `make install`
10+
### From source
11+
12+
1. `git clone https://github.com/mikejoh/rke2diff.git`
13+
2. `cd rke2diff`
14+
3. `make build`
15+
4. `make install` (assumes thath `~/.local/bin` is used)
16+
17+
### Download and run
18+
19+
1. Download (using `v0.1.3` as an example):
20+
```
21+
curl -LO https://github.com/mikejoh/rke2diff/releases/download/0.1.3/rke2diff_0.1.3_linux_amd64.tar.gz
22+
```
23+
2. Unpack:
24+
```
25+
tar xzvf rke2diff_0.1.3_linux_amd64.tar.gz
26+
```
27+
3. Run:
28+
```
29+
./rke2diff -version
30+
```
1231

1332
## Usage
1433

0 commit comments

Comments
 (0)