Skip to content

Latest commit

 

History

History
executable file
·
41 lines (28 loc) · 1.39 KB

README.md

File metadata and controls

executable file
·
41 lines (28 loc) · 1.39 KB

Go Workflow

Configuration

Development Environment Configuration

Development Environment

Build Update Releaser

git clone

GOOS=linux GOARCH=amd64 go build -o ./binary/upr ./upr/source/main.go

Install Update Releaser

echo 'export PATH="$PATH:/usr/local/bin/upr"' >> ~/.bashrc && sudo echo 'export PATH="$PATH:/usr/local/bin/upr"' >> /etc/skel/.bashrc