mirror of https://github.com/docker/docs.git
Update readme
This commit is contained in:
parent
2126a05645
commit
c7c3ba0ca0
12
README.md
12
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).
|
Kitematic's documentation and other information can be found at [http://kitematic.com/docs](http://kitematic.com/docs).
|
||||||
|
|
||||||
## Development
|
### 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
|
|
||||||
|
|
||||||
- `./script/run.sh`
|
- `./script/run.sh`
|
||||||
|
|
||||||
### Building the Mac OS X Package
|
### Building the Mac OS X Package
|
||||||
|
|
||||||
- `./script/dist.sh`
|
- `./script/release`
|
||||||
|
|
||||||
## Uninstalling
|
## Uninstalling
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue