Skip to content

Commit

Permalink
refactor building process
Browse files Browse the repository at this point in the history
  • Loading branch information
reddec committed Sep 20, 2019
1 parent 47c10c6 commit 5c88af1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ archives:
- replacements:
Linux: linux
386: i386
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
format: tar.gz
checksum:
name_template: 'checksums.txt'
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ Next new public nodes require increasing number of additional operations (+N ope
## Installation

* (recommended) look at releases page and download
* one line shell command:
```
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
```
* build from source `go get -v github.com/reddec/tinc-boot/cmd/...`

### Build requirements
Expand Down

0 comments on commit 5c88af1

Please sign in to comment.