Cleaning up ready

This commit is contained in:
Jeff Morgan 2014-12-06 15:26:08 -05:00
parent 9669a8546f
commit 4031be1359
1 changed files with 5 additions and 6 deletions

View File

@ -16,20 +16,19 @@ Kitematic's documentation and other information can be found at [http://kitemati
- Install meteor.js `curl https://install.meteor.com/ | sh`. - Install meteor.js `curl https://install.meteor.com/ | sh`.
- Install meteorite `npm install meteorite -g` - Install meteorite `npm install meteorite -g`
- Install demeteorizer `npm install demeteorizer -g` - Install demeteorizer `npm install demeteorizer -g`
- Run ./script/setup.sh to download the binary requirements (things like virtualbox). - Run `./script/setup.sh` to download the binary requirements (things like virtualbox).
### Running the development Server ### Running the development Server
- ./script/run.sh - `./script/run.sh`
### Building the Mac OS X Package ### Building the Mac OS X Package
- ./script/bundle.sh # Generates the app bundle under ./bundle - `./script/dist.sh` # Generates the app under ./dist./osx/Kitematic.app
- ./script/dist.sh # Generates the app under ./dist./osx/Kitematic.app
## Uninstalling ## Uninstalling
- Remove VirtualBox - Remove Kitematic.app
```bash ```bash
# remove app data # remove app data
rm -rf ~/Library/Application\ Support/Kitematic rm -rf ~/Library/Application\ Support/Kitematic
@ -48,7 +47,7 @@ Please read through our [Contributing Guidelines](https://github.com/kitematic/k
Keep track of development and community news. Keep track of development and community news.
- Follow [@kitematic on Twitter](https://twitter.com/kitematic). - Follow [@kitematic on Twitter](https://twitter.com/kitematic).
- Read and subscribe to [The Official Kitematic Blog](http://blog.kitematic.com). - Read and subscribe to [The Kitematic Blog](http://blog.kitematic.com).
- Chat with developers using Kitematic in our [HipChat room](http://www.hipchat.com/giAT9Fqb5). - Chat with developers using Kitematic in our [HipChat room](http://www.hipchat.com/giAT9Fqb5).
## Versioning ## Versioning