10
1
mirror of https://github.com/pfloos/quack synced 2025-05-06 07:05:33 +02:00

Update README.md

This commit is contained in:
Pierre-Francois Loos 2025-04-14 21:49:01 +02:00 committed by GitHub
parent a4c422fe39
commit ccc32dace0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@ The two most important files are:
- `$QUACK_ROOT/input/methods` that gathers the methods you want to use.
- `$QUACK_ROOT/input/options` that gathers the different options associated these methods.
Copy the files `methods.default` and `options.default` to `methods.default` and `options.default`, respectively.
Copy the files `methods.default` and `options.default` to `methods` and `options`, respectively.
```
cp $QUACK_ROOT/input/methods.default $QUACK_ROOT/input/methods
cp $QUACK_ROOT/input/options.default $QUACK_ROOT/input/options