From 784aad6096cc445b90c9002ae9eb7d01191e34d7 Mon Sep 17 00:00:00 2001 From: Wenrui LI Date: Wed, 13 Apr 2022 09:07:25 +0800 Subject: [PATCH] update readme with command for Go 1.16 or later --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index cf340ed..44c1108 100755 --- a/readme.md +++ b/readme.md @@ -39,7 +39,7 @@ Ran is a simple web server for serving static files. Use the command below to install the dependencies mentioned above, and build the binary into $GOPATH/bin. ```bash -go get -u github.com/m3ng9i/ran +go install github.com/m3ng9i/ran@latest ``` For convenience, you can move the ran binary to a directory in the PATH environment variable.