tigrawap / slit

slit - a modern PAGER for viewing logs, get more than most in less time
Other
469 stars 18 forks source link

build.sh #5

Closed Keith-S-Thompson closed 7 years ago

Keith-S-Thompson commented 7 years ago

The build.sh script appears to be for MacOS only, and there are no other build instructions. My guess is that building it on Linux would be straightforward, but I'm not familiar with Go build systems.

tigrawap commented 7 years ago

build.sh is just for me to build releases, which I eventually will improve to build && tag && upload to github

In go you don't need any build tools, you just need go installed and then go get github.com/tigrawap/slit It will download, compile and install

tigrawap commented 7 years ago

Also you can download pre-built binary from releases page