Added more notes

This commit is contained in:
Gene Liverman 2017-05-06 18:29:06 -07:00
parent 323708d819
commit 00e63ca7be

View file

@ -23,8 +23,10 @@ My dot files and a tool to deploy them to various OS's
### Notes thus far
1. Install ruby >= 2.0 (testing with 2.4.1)
2. Install bundler
1. Install Homebrew
2. Install ruby >= 2.0 (testing with 2.4.1)
3. Install bundler
4. Install cmake and pkg-config
```bash
git clone git@github.com:genebean/dots.git ~/.dotfiles
@ -32,4 +34,3 @@ cd ~/.dotfiles/bin/puppet
bundle install
bundle exec r10k puppetfile install --moduledir vendor/puppet_modules --puppetfile Puppetfile -v
```