Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
docs: Correct heading levels in dev install guide
Browse files Browse the repository at this point in the history
The markdown in the developers installation guide had the incorrect
heading level for the Setup and Build headings.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Sep 11, 2017
1 parent 73fee56 commit 2a941d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developers-clear-containers-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ the component(s) you wish to develop with.
**IMPORTANT:** Do not combine [Clear Containers 2.1](https://github.com/01org/cc-oci-runtime) and [Clear Containers 3.0](https://github.com/clearcontainers).
Both projects ship ``cc-proxy`` and they are not compatible with each other.

## Setup the environment
### Setup the environment

1. Define GOPATH

Expand All @@ -61,7 +61,7 @@ $ git clone https://github.com/clearcontainers/shim $GOPATH/src/github.com/clear
$ go get -d github.com/clearcontainers/tests
```

## Build and install components
### Build and install components

1. Proxy

Expand Down

0 comments on commit 2a941d1

Please sign in to comment.