Skip to content

installing pup

Install Go, use go get -v github.com/ericchiang/pup && cd $HOME/go/src/github.com/ericchiang/pup && go build to download and install pup, then append PATH=$PATH:$HOME/go/src/github.com/ericchiang/pup/ to .bashrc.

explanation

  • go get -v github.com/ericchiang/pup downloads pup.
  • cd $HOME/go/src/github.com/ericchiang/pup && go build installs pup.
  • PATH=$PATH:$HOME/go/src/github.com/ericchiang/pup/ makes it possible to start pup by typing pup into Bash.

licensing

No rights reserved: CC0 1.0.

prior work