From 6142723e349cd57c7243364de6276ebab119259b Mon Sep 17 00:00:00 2001 From: Dave Cottlehuber Date: Sun, 27 Dec 2020 14:33:29 +0000 Subject: [PATCH] grammatical tweaks --- Getting-Started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Getting-Started.md b/Getting-Started.md index 6279950..245719d 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -2,7 +2,7 @@ ## Installing SeaweedFS -Download a proper version from https://github.com/chrislusf/seaweedfs/releases. +Download the latest officialy release from https://github.com/chrislusf/seaweedfs/releases. Decompress the downloaded file. You will only find one executable file, either "weed" on most systems or "weed.exe" on windows. @@ -136,7 +136,7 @@ docker build --no-cache -t 'chrislusf/seaweedfs' . ### In production -To gain persistency you can use docker volumes. +You can use docker volumes to persist data: ```bash # start our weed server daemonized