Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@flemzord flemzord released this 26 Apr 12:18
· 1 commit to master since this release

Sweady v0.1.0

Sweady is still under active development, and features may change at any time.

Distribution

Sweady is distrubuted in binary form for Linux, OSX for the v0.1.0 release.

Installation

OSX

curl -Lo sweady https://github.com/Sweady/Sweady/releases/download/v0.1.0/sweady_darwin-amd64 && chmod +x sweady && sudo mv sweady /usr/local/bin/

Feel free to leave off the sudo mv sweady /usr/local/bin if you would like to add sweady to your path manually.

Linux

curl -Lo sweady https://github.com/Sweady/Sweady/releases/download/v0.1.0/sweady_linux-amd64 && chmod +x sweady && sudo mv sweady /usr/local/bin/

Feel free to leave off the sudo mv sweady /usr/local/bin if you would like to add sweady to your path manually.