From 237f89abc8b55740c34cca0fd978a178f9d6b36c Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 25 Mar 2015 15:10:15 -0400 Subject: [PATCH] README.md: formatting on the commands --- README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0413658..512e2ea 100644 --- a/README.md +++ b/README.md @@ -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 . +```