README.md: formatting on the commands

This commit is contained in:
Vincent Batts 2015-03-25 15:10:15 -04:00
parent de1edc544e
commit 237f89abc8
1 changed files with 14 additions and 6 deletions

View File

@ -10,17 +10,25 @@ to set up an environment where fips mode can be enabled
## Building
go build .
```
go build .
```
or
and
go build -tags fips .
```
go build -tags fips .
```
## Testing
go test .
```
go test .
```
or
and
go test -tags fips .
```
go test -tags fips .
```