README.markdown in soloist-0.0.7 vs README.markdown in soloist-0.0.8

- old
+ new

@@ -8,11 +8,11 @@ Soloist is a script packaged as a gem which when run recurses up the file tree looking for a soloistrc file. When it finds it, it uses it to determine 1) Where its cookbooks are and 2) What recipes to run. It generates the necessary config files for chef solo, and kicks it off. # That's exactly what I've always wanted! How do I use it? * (sudo) gem install soloist * create a directory to store your cookbooks in, and get a cookbook: - sh -c 'mkdir -p chef/cookbooks/pivotal_workstation && cd chef/cookbooks/pivotal_workstation && curl -L http://github.com/mkocher/pivotal_workstation/tarball/master | gunzip | tar xvf - --strip=1' + sh -c 'mkdir -p chef/cookbooks/pivotal_workstation && cd chef/cookbooks/pivotal_workstation && curl -L http://github.com/pivotal/pivotal_workstation/tarball/master | gunzip | tar xvf - --strip=1' * create your soloistrc file in the root of your project. # What if I'm just setting up my own machine, and have many projects? Just put your soloistrc file in your home directory, and point it to wherever you want to keep your cookbooks. Or just dedicate a git repo to it, and go into that directory before running soloist. @@ -89,6 +89,10 @@ ] and a recipe list of [ "pivotal_workstation::ack", "production::foo" - ] + ] + +License +======= +Soloist is MIT Licensed. See MIT-LICENSE for details. \ No newline at end of file