mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Filer Setup (markdown)
parent
009fddd383
commit
2d870e7dad
|
@ -2,10 +2,10 @@ Please add a filer.toml file to current directory, or $HOME/.seaweedfs/, or /etc
|
|||
|
||||
The filer.toml can be generated by
|
||||
```
|
||||
weed scaffold -config filer -output="."
|
||||
weed scaffold -config=filer -output="."
|
||||
```
|
||||
|
||||
Or if you just want to take a look:
|
||||
```
|
||||
weed scaffold filer
|
||||
weed scaffold -config=filer
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue