From 7bddb5404fd7cc02983082ce0dbffcdc5bca3a19 Mon Sep 17 00:00:00 2001 From: alvesgabriel Date: Fri, 11 Oct 2019 19:22:09 -0300 Subject: [PATCH] fix README.md 'install' word in line 27 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1df65bd..154938b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ linux-bench will determine the test set to run on the host machine based on the ## Installation ### Installing from sources -Intall [Go](https://golang.org/doc/install), then +Install [Go](https://golang.org/doc/install), then clone this repository and run as follows (assuming your [$GOPATH is set](https://github.com/golang/go/wiki/GOPATH)): ```shell