From 947ece0e2febb881b811ace98ccdcf49c82dda5b Mon Sep 17 00:00:00 2001 From: Shawn Smith Date: Sun, 9 May 2021 09:53:13 +0900 Subject: [PATCH] Update README.md --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 31e4043..0901bb7 100644 --- a/README.md +++ b/README.md @@ -16,20 +16,13 @@ Support us over on [Patreon](https://www.patreon.com/goreportcard)! ### Installation -Assuming you already have a recent version of Go installed, pull down the code with `go get`: - ``` git clone https://github.com/gojp/goreportcard.git -``` - -Go into the source directory and pull down the project dependencies: - -``` cd goreportcard make install ``` -Now run +Now run: ``` make start @@ -41,7 +34,7 @@ and you should see Running on 127.0.0.1:8000... ``` -Navigate to that URL in your browser and check that you can see the front page. +Navigate to that URL and you should see the Go Report Card front page. ### Command Line Interface