We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f1619 commit 957cd9eCopy full SHA for 957cd9e
README.md
@@ -1,9 +1,14 @@
1
# Setup
2
3
Script to install base environment for Ruby development.
4
+
5
+## Ensure write access
6
7
+```
8
sudo chown -R $(whoami):admin /Library/Caches/Homebrew
9
sudo chown -R $(whoami):admin /opt/homebrew-cask/
10
sudo chown -R $(whoami):admin /usr/local/
11
12
13
## Install on Mac OS X
14
@@ -28,7 +33,6 @@ The script will install:
28
33
* chromedriver
29
34
* heroku-toolbelt
30
35
31
-
32
36
## Contributions
37
38
Please fork this repository and send a pull request with the changes. Thanks!
0 commit comments