mirror of https://github.com/docker/docs.git
Merge pull request #650 from kitematic/table-of-contents
Update table of contents
This commit is contained in:
commit
fb60c7249f
|
|
@ -6,7 +6,8 @@ Before you fil an issue or a pull request, quickly read of the following tips on
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
- [Prerequisites](#prerequisites)
|
- [Mac Prerequisites](#prerequisites-for-developing-kitematic-on-mac)
|
||||||
|
- [Windows Prerequisites](#prerequisites-for-developing-kitematic-on-windows)
|
||||||
- [Getting Started](#getting-started)
|
- [Getting Started](#getting-started)
|
||||||
- [Architecture](#architecture)
|
- [Architecture](#architecture)
|
||||||
- [GitHub Issues](#github-issues)
|
- [GitHub Issues](#github-issues)
|
||||||
|
|
@ -21,7 +22,7 @@ You will need to install:
|
||||||
- [Node.js 0.10.38](https://nodejs.org/dist/v0.10.38/)
|
- [Node.js 0.10.38](https://nodejs.org/dist/v0.10.38/)
|
||||||
- The latest Xcode from the Apple App Store.
|
- The latest Xcode from the Apple App Store.
|
||||||
|
|
||||||
### Prerequisites for developing Kitematic on on Windows
|
### Prerequisites for developing Kitematic on Windows
|
||||||
You will need to install:
|
You will need to install:
|
||||||
- [Node.js 0.10.38](https://nodejs.org/dist/v0.10.38/)
|
- [Node.js 0.10.38](https://nodejs.org/dist/v0.10.38/)
|
||||||
- Open a command prompt (`cmd`) and run the command `mkdir ~/AppData/Roaming/npm`
|
- Open a command prompt (`cmd`) and run the command `mkdir ~/AppData/Roaming/npm`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue