This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\curl -sSL https://get.rvm.io | bash -s stable | |
rvm install ruby | |
gem install cocoapods |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://platformio.org/#!/get-started | |
first you need python and pip and setuptools. | |
then you install platformio | |
for setting up a new environment for | |
get your board type by looking up: | |
$platformio boards arduino |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -u 'USER_NAME' https://api.github.com/user/repos -d '{"name":"REPO_NAME"}' | |
where USER_NAME is your github user name and REPO_NAME is the name of the remote repo you want to create |