Skip to content

Instantly share code, notes, and snippets.

@JacksonGariety
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JacksonGariety/9575597 to your computer and use it in GitHub Desktop.
Save JacksonGariety/9575597 to your computer and use it in GitHub Desktop.
Popcorn Time installation for dummies
  1. Open Terminal (/Applications/Utilities/Terminal.app)
  2. Install homebrew $ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
  3. Install Node.js $ brew install node
  4. Install compass $ gem install compass
  5. Download the source $ git clone https://github.com/isra17/popcorn-app.git
  6. Change directory $ cd popcorn-app
  7. Install dependencies $ npm install
  8. Install the task runner $ npm install -g grunt-cli
  9. Build the app $ grunt build
  10. Move to /Applications $ mv build/release/Popcorn-Time.app /Applications
  11. Clean up the source $ rm -r ../popcorn-app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment