Skip to content

Commit

Permalink
README.md: Improve MacOS build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherDroog committed Apr 27, 2019
1 parent 34c4dbd commit 732aadd
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,14 @@ For convenience, we also support `vagrant` to automate setting up your developme

### MacOS instructions:

Install dependencies (brew, virtualbox, vagrant):
* install [Homebrew](https://brew.sh)
* `brew cask install virtualbox`
* `brew cask install vagrant`
* `git clone pi-factory`
* `cd pi-factory`
Install dependencies ([Homebrew](https://brew.sh, virtualbox, vagrant):
```sh
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew cask install virtualbox
brew cask install vagrant
git clone pi-factory
cd pi-factory
```

Create VM and generate image:
* `vagrant up`
Expand Down

0 comments on commit 732aadd

Please sign in to comment.