grammatical tweaks

Dave Cottlehuber 2020-12-27 14:33:29 +00:00
parent 86a661857f
commit 6142723e34

@ -2,7 +2,7 @@
## Installing SeaweedFS ## 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. 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 ### In production
To gain persistency you can use docker volumes. You can use docker volumes to persist data:
```bash ```bash
# start our weed server daemonized # start our weed server daemonized