Skip to content

Instantly share code, notes, and snippets.

@hawkup
Created May 12, 2015 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hawkup/9d084432e4486cf6697b to your computer and use it in GitHub Desktop.
Save hawkup/9d084432e4486cf6697b to your computer and use it in GitHub Desktop.
install pathpicker on ubuntu 14.04
#!/bin/bash
#install PathPicker
# source http://github.com/facebook/PathPicker
cd /usr/local/
git clone https://github.com/facebook/PathPicker.git
cd PathPicker/
ln -s /usr/local/PathPicker/fpp /usr/local/bin/fpp
fpp --help
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment