From c7c3ba0ca09f958f09396e14466e78107648598c Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Sun, 18 Jan 2015 22:01:12 -0500 Subject: [PATCH] Update readme --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c87de4d0c4..7742e54283 100755 --- a/README.md +++ b/README.md @@ -10,21 +10,13 @@ Kitematic is a simple application for managing Docker containers on Mac OS X. Kitematic's documentation and other information can be found at [http://kitematic.com/docs](http://kitematic.com/docs). -## Development - -- Install any version of Node.js -- Install meteor.js `curl https://install.meteor.com/ | sh`. -- Install meteorite `npm install meteorite -g` -- Install demeteorizer `npm install demeteorizer -g` -- Run `./script/setup.sh` to download the binary requirements (things like virtualbox). - -### Running the development Server +### Development - `./script/run.sh` ### Building the Mac OS X Package -- `./script/dist.sh` +- `./script/release` ## Uninstalling