Skip to content

Instantly share code, notes, and snippets.

@prantor19
Created September 24, 2020 16:49
Show Gist options
  • Select an option

  • Save prantor19/3a52b14ca834367b2511defa30a8fc8b to your computer and use it in GitHub Desktop.

Select an option

Save prantor19/3a52b14ca834367b2511defa30a8fc8b to your computer and use it in GitHub Desktop.
Termux exersism install
pkg install -y golang && pkg install -y git && go get github.com/exercism/cli/exercism && echo 'export PATH=$PATH:$HOME/go/bin' >> ~/.profile && source ~/.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment