Skip to content

Commit

Permalink
Fix markdown in README
Browse files Browse the repository at this point in the history
  • Loading branch information
danrue committed Jan 2, 2018
1 parent 2560fa4 commit ec9df60
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
= Overview =
# Overview

skipgen is a program that will generate a skiplist given a yaml file and
optionally a board name, branch name, and enviornment name.

== Usage ==
## Usage

$ skipgen -skipfile examples/skipfile.yaml
seccomp_bpf
Expand All @@ -17,25 +17,25 @@ optionally a board name, branch name, and enviornment name.
test_align
...

== Skipfile Format ==
## Skipfile Format

See examples/skipfile.yaml.

== Building ==
## Building

1. Install golang. i.e. on debian-based systems, run `apt-get install golang`.
2. Set GOPATH. See https://github.com/golang/go/wiki/SettingGOPATH.
3. Install go dependencies. `go get ./...`
4. go build
5. ./skipgen

== Development ==
## Development

`$ go run skipgen.go`
`$ go run skipgen.go -skipfile examples/skipfile.yaml`
`$ go run skipgen.go -skipfile examples/skipfile.yaml -board x15 -environment production`

== Testing ==
## Testing

`make test`

0 comments on commit ec9df60

Please sign in to comment.