5 lines
174 B
Text
5 lines
174 B
Text
|
#!/bin/sh
|
||
|
# https://github.com/lemonade-command/lemonade#installation
|
||
|
go get -d github.com/lemonade-command/lemonade
|
||
|
echo "$GOPATH/src/github.com/lemonade-command/lemonade/"
|