Skip to content

Commit 5c88af1

Browse files
committed
refactor building process
1 parent 47c10c6 commit 5c88af1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.goreleaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ archives:
2323
- replacements:
2424
Linux: linux
2525
386: i386
26+
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
2627
format: tar.gz
2728
checksum:
2829
name_template: 'checksums.txt'

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ Next new public nodes require increasing number of additional operations (+N ope
5252
## Installation
5353

5454
* (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+
```
5559
* build from source `go get -v github.com/reddec/tinc-boot/cmd/...`
5660

5761
### Build requirements

0 commit comments

Comments
 (0)