mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
10 lines
290 B
Text
10 lines
290 B
Text
post_install() {
|
|
# Friendly message for new users
|
|
echo "Example use of the \"go\" tool:"
|
|
echo ' mkdir ~/mygoproject'
|
|
echo ' export GOPATH=~/mygoproject'
|
|
echo ' export PATH=\$PATH:\$GOPATH/bin'
|
|
echo ' go get github.com/codegangsta/martini'
|
|
}
|
|
|
|
# vim:set ts=2 sw=2 et:
|