mirror of https://github.com/docker/docs.git
Update CONTRIBUTING.md
This commit is contained in:
parent
7d0d63e5c3
commit
42b6271a34
|
|
@ -20,12 +20,6 @@ Before you fil an issue or a pull request, quickly read of the following tips on
|
||||||
Most of the time, you'll have installed Kitematic before contibuting, but for the
|
Most of the time, you'll have installed Kitematic before contibuting, but for the
|
||||||
sake of completeness, you can also install [Node.js 0.10.38](https://nodejs.org/dist/v0.10.38/).
|
sake of completeness, you can also install [Node.js 0.10.38](https://nodejs.org/dist/v0.10.38/).
|
||||||
|
|
||||||
Running `npm start` will download and install the OS X Docker client,
|
|
||||||
[Docker Machine](https://github.com/docker/machine), [Docker Compose](https://github.com/docker/compose)
|
|
||||||
the [Boot2Docker iso](https://github.com/boot2docker/boot2docker),
|
|
||||||
[Electron](http://electron.atom.io/), and [VirtualBox](https://www.virtualbox.org/)
|
|
||||||
if needed.
|
|
||||||
|
|
||||||
### Other Prerequisites (Mac)
|
### Other Prerequisites (Mac)
|
||||||
- The latest Xcode from the Apple App Store.
|
- The latest Xcode from the Apple App Store.
|
||||||
|
|
||||||
|
|
@ -35,6 +29,7 @@ if needed.
|
||||||
|
|
||||||
### Getting Started
|
### Getting Started
|
||||||
|
|
||||||
|
|
||||||
- `npm install`
|
- `npm install`
|
||||||
|
|
||||||
To run the app in development:
|
To run the app in development:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue