Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
#30: small fix by updating the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Sep 11, 2018
1 parent 4c7a99a commit d0f7b78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,13 @@ As we are still in development of 1.0, there are the following quirks:
- Some applications might not work the first time as you will first have to start them from your Applications folder, such as: Android Studio (including ADB) & Docker for Mac.
- iOS has not been tested on the buildserver (only general and android are, so please test them)
- For iOS you need to run things twice: once to start the installation, while being logged in into the Apple store with your account (actual active state can be achieved by installing any app from the app-store), second time with an active developer account in xCode.
- Lastly, it could be the case when you are testing this on a separate account, which does not have the correct rights for the brew folders. See Issue #30 reported by [@meetinthemiddle-be](https://github.com/meetinthemiddle-be). When you are on High Sierra you need to do:

```
chgrp -R admin /usr/local/*
chmod -R g+w /usr/local/*
```
and otherwise you can follow [this fix](https://gitlab.com/alyda/dotfiles/snippets/19654).

## Contribution
Does something not work? Create an issue, or even better: create a pull-request!
Expand Down

0 comments on commit d0f7b78

Please sign in to comment.