Skip to content

Commit

Permalink
Merge pull request #109 from opencontrol/readme
Browse files Browse the repository at this point in the history
Readme Update
  • Loading branch information
ctro committed Apr 11, 2016
2 parents 40a55c5 + a89cb03 commit b93efcc
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,18 @@ Compliance Masonry is a CLI that allows users to construct certification documen

# Quick Start with CLI

### Installing
## Installing
1. Install Go

2. Install the tool
```bash
go get github.com/opencontrol/compliance-masonry
```
```bash
go get github.com/opencontrol/compliance-masonry
```
3. Run the CLI
```
compliance-masonry
```
```bash
compliance-masonry
```

### Development
This project uses [glide](https://github.com/Masterminds/glide) to manage vendored dependencies.

## Creating an OpenControl project
1. Start a fresh directory
Expand Down Expand Up @@ -94,9 +92,6 @@ The `gitbook` command by default will create a folder called `exports` that cont
```
Running the `docx` command will by default create a file named `export.docx` in the local directory.

# Install dependencies
$ $GOPATH/bin/glide install
```

### Examples
Compliance Masonry examples in the wild:
Expand Down

0 comments on commit b93efcc

Please sign in to comment.