From d8ffeb4d0e08ee8f9313e64cef39c3bb58045001 Mon Sep 17 00:00:00 2001 From: ErikCoder07 Date: Tue, 14 Dec 2021 21:25:16 -0300 Subject: [PATCH] minor changes: added the makefile directory in the Installation Guide section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b15cf4051..832da36a9 100644 --- a/README.md +++ b/README.md @@ -501,7 +501,7 @@ git clone https://github.com/chrislusf/seaweedfs.git Step 3: download, compile, and install the project by executing the following command ```bash -make install +cd seaweedfs/weed && make install ``` Once this is done, you will find the executable "weed" in your `$GOPATH/bin` directory