KanoComputing / community-sdk

Scripts, tools and libraries to help you to interact with your Kano Devices in your favourite programming language.
MIT License
31 stars 11 forks source link

yarn init fails on Macs that haven't installed the Xcode command line tools #16

Open thaggie opened 5 years ago

thaggie commented 5 years ago

It's tripped me up before so I knew what to do:

xcode-select --install

This probably happens to lots of people, I think it'd be worth mentioning in the installation guide. https://github.com/KanoComputing/community-sdk/wiki/Installation-Guides

murilopolese commented 5 years ago

A-ha! Very well spotted, @thaggie!!! Unfortunately I don't have access to make changes to the wiki anymore... Otherwise I would make it :)

@malminhas could you enable change requests on the wiki? So we can propose changes for that documentation?

TeamKano commented 5 years ago

@murilopolese It turns out, github doesn't actually have an option to make Change Requests on a wiki! A wiki is either fully editable or only editable by owners. So I've moved the wiki to its own repo, where change requests can be made. https://github.com/KanoComputing/community-sdk-wiki The existing wiki is now a pointer to there.

Ealdwulf commented 5 years ago

Oops, I didn't intend to reply as the admin user. That was me.

murilopolese commented 5 years ago

@Ealdwulf thanks a lot! You nailed it! I was not sure why I couldn't edit the wiki, there it is why! Also, really nice the new wiki looks :)

@thaggie do you feel you would like to make a pull request to https://github.com/KanoComputing/community-sdk-wiki adding the bit of documentation you would like to have found?