Skip to content

Commit

Permalink
Change commands for running osx & brew bins
Browse files Browse the repository at this point in the history
They're should be run from home directory
  • Loading branch information
lukaszx0 committed Jul 29, 2012
1 parent 9cd47ef commit 3ece3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -11,15 +11,15 @@ git clone https://github.com/mathiasbynens/dotfiles.git ~/.dotfiles && cd ~/.dot
When setting up a new Mac, you may want to set some sensible OS X defaults:

```bash
cd ~/.dotfiles && ./.osx
cd ~ && ./.osx
```

### Homebrew

Install basic [homebrew](https://github.com/mxcl/homebrew) packages

```bash
cd ~/.dotfiles && ./.brew
cd ~ && ./.brew
```

## Thanks to...
Expand Down

0 comments on commit 3ece3bd

Please sign in to comment.