From 5c26517ea120249ee0354b4076c118aa4919b0fc Mon Sep 17 00:00:00 2001 From: Krzysztof Osiniak Date: Sat, 29 Nov 2025 19:08:36 +0100 Subject: [PATCH] Update README.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3936e918b..381abfff6 100644 --- a/README.md +++ b/README.md @@ -520,7 +520,7 @@ cd seaweedfs/weed && make install Once this is done, you will find the executable "weed" in your `$GOPATH/bin` directory -How to run with docker and more here: https://github.com/seaweedfs/seaweedfs/wiki/Getting-Started +For more installation options, including how to run with Docker, see the [Getting Started guide](https://github.com/seaweedfs/seaweedfs/wiki/Getting-Started). [Back to TOC](#table-of-contents)