Skip to content

Commit 957cd9e

Browse files
author
Sirko Sittig
committed
remove empty line
1 parent c4f1619 commit 957cd9e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Setup
22

33
Script to install base environment for Ruby development.
4+
5+
## Ensure write access
6+
7+
```
48
sudo chown -R $(whoami):admin /Library/Caches/Homebrew
59
sudo chown -R $(whoami):admin /opt/homebrew-cask/
610
sudo chown -R $(whoami):admin /usr/local/
11+
```
712

813
## Install on Mac OS X
914

@@ -28,7 +33,6 @@ The script will install:
2833
* chromedriver
2934
* heroku-toolbelt
3035

31-
3236
## Contributions
3337

3438
Please fork this repository and send a pull request with the changes. Thanks!

0 commit comments

Comments
 (0)