Skip to content

Instantly share code, notes, and snippets.

@jnsdbr
Last active October 6, 2015 17:54
Show Gist options
  • Save jnsdbr/daec2076b54950e69b22 to your computer and use it in GitHub Desktop.
Save jnsdbr/daec2076b54950e69b22 to your computer and use it in GitHub Desktop.
particle-cli installation after updating osx to 10.11

Xcode command line tools

xcode-select --install

Homebrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Fancy stuff no one needs to know...

sudo npm install -g n
sudo n 0.10.36```

[src](https://community.particle.io/t/tutorial-particle-cli-on-mac-osx-26-sep-2015/5225/121)

# Particle-Cli
```npm install -g particle-cli```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment