updated doc

Massimo Melina committed Jan 3, 2025 at 19:08 UTC 8b4d55f4f6c39924d0f998033665aa2753e0edc2
1 file changed +9 -10
config.md
+9 -10
@@ -10,17 +10,16 @@ Many things are stored in the CWD, like the plugins you install.
10 You can decide a different CWD passing `--cwd SOME_FOLDER` parameter at command line.
11
12 If you are not sure what your `cwd` is, look in the console, and you'll see that it is printed in one of the first lines.
13 -Here is an example, look at the 7th line:
13 +Here is an example, look at the 6th line:
14 ```
15 -HFS ~ HTTP File Server - Copyright 2021-2023, Massimo Melina <a@rejetto.com>
16 -License https://www.gnu.org/licenses/gpl-3.0.txt
17 -started 10/5/2023, 10:03:23 AM
18 -version 0.49.0
19 -build 2023-10-04T19:46:22.610Z
20 -pid 27302
21 -cwd /Users/rejetto/.hfs
22 -node v18.17.1
23 -config config.yaml
15 +HFS ~ HTTP File Server
16 +© Massimo Melina <a@rejetto.com> - License https://www.gnu.org/licenses/gpl-3.0.txt
17 +started 2025-01-03 10:10:00
18 +version 0.55.2
19 +build 2025-01-03T14:14:31.396Z
20 +working directory (cwd) /Users/rejetto/.hfs
21 +node v18.20.4
22 +platform darwin arm64 node
23 ```
24
25 ### How to modify configuration