Skip to content

Commit b36d548

Browse files
authored
Update README.md
1 parent 1d1dfee commit b36d548

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,21 @@ tmux
3535
# 💥
3636
```
3737

38+
## Install
39+
40+
### Release
41+
```shell
42+
curl -lO -L -s https://github.com/ariary/tacos/releases/latest/download/tacos && chmod +x tacos
43+
```
44+
45+
### From git
46+
need `go`:
47+
```shell
48+
git clone https://github.com/ariary/tacos.git && cd tacos
49+
make before.build
50+
make build.tacos
51+
```
52+
3853
## Alternative
3954

4055
Alternatively, if target does not have `socat`:

0 commit comments

Comments
 (0)