README.md in cide-0.0.2 vs README.md in cide-0.0.3

- old
+ new

@@ -37,10 +37,27 @@ ----------- A temporary Dockerfile has to be created in the project's root because docker doesn't allow referencing files outside of the directory (even with a symlink) +Installation +------------ + +Install docker: https://docs.docker.com/installation/#installation + +``` +gem install cide +``` + +OSX docker install: +``` +brew install boot2docker +boot2docker init +boot2docker up +# cide auto-detects boot2docker on OSX +``` + TODO ---- * linked container * schema validation @@ -48,6 +65,5 @@ * multi-container runs * `cide setup` to configure inside of a project * `cide gc` to cleanup old cide builds * travis.yml compatiblity with docker containers that map to languages * add ways of exporting artifacts -* ENV GEM_HOME is container specific