File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ archives:
23
23
- replacements :
24
24
Linux : linux
25
25
386 : i386
26
+ name_template : " {{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
26
27
format : tar.gz
27
28
checksum :
28
29
name_template : ' checksums.txt'
Original file line number Diff line number Diff line change @@ -52,6 +52,10 @@ Next new public nodes require increasing number of additional operations (+N ope
52
52
## Installation
53
53
54
54
* (recommended) look at releases page and download
55
+ * one line shell command:
56
+ ```
57
+ curl -L https://github.com/reddec/tinc-boot/releases/latest/download/tinc-boot_linux_amd64.tar.gz | sudo tar -xz -C /usr/local/bin/ tinc-boot
58
+ ```
55
59
* build from source ` go get -v github.com/reddec/tinc-boot/cmd/... `
56
60
57
61
### Build requirements
You can’t perform that action at this time.
0 commit comments