Skip to content

Commit

Permalink
Merge pull request #14 from opencontrol/pburkholder-patch-1
Browse files Browse the repository at this point in the history
Update README for Yosemite
  • Loading branch information
afeld authored Jul 26, 2016
2 parents 92544b8 + c37b723 commit 3bd9c52
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,26 @@ This is a command-line tool to take the [FedRAMP](http://www.fedramp.gov/) Syste

## Installation

Requires [Go](https://golang.org/) 1.6+.
Requires [Go](https://golang.org/) 1.6+.


1. [Install `gokogiri` dependencies.](https://github.com/moovweb/gokogiri/pull/95/files)
1. Install the templater:

For Ubuntu/Debian:
```bash
sudo apt-get install libxml2-dev
go get github.com/opencontrol/fedramp-templater
```

For OsX (assuming you have [HomeBrew installed](http://brew.sh/))
```
brew install libxml2
go get github.com/moovweb/gokogiri
```

Note that installation issues are usually caused by the install of Gokogiri, and if you run into issues you may find some help at [this issue](https://github.com/moovweb/gokogiri/issues/14) and with the [update to the GokoGiri README](https://github.com/moovweb/gokogiri/pull/95)


## Usage

Expand Down

0 comments on commit 3bd9c52

Please sign in to comment.