From a27fc1f754439c09b63f6a3b081b889679485da0 Mon Sep 17 00:00:00 2001 From: Dmitry Dorogin Date: Thu, 18 Oct 2018 04:00:25 +0300 Subject: [PATCH] Update README.md (#378) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b08fb8..ceb7776 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ Gorush uses the Go Modules support built into Go 1.11 to build. The easiest way $ mkdir $HOME/src $ cd $HOME/src $ git clone https://github.com/appleboy/gorush.git -$ cd hugo +$ cd gorush $ go install ```