4
1
mirror of https://github.com/pfloos/quack synced 2025-03-09 18:22:25 +01:00

Update README.md

This commit is contained in:
Pierre-Francois Loos 2025-02-22 21:45:34 +01:00 committed by GitHub
parent 10e8b9c885
commit d80f1760d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,10 +4,11 @@
**Contributors:**
- [Pierre-Francois Loos](https://pfloos.github.io/WEB_LOOS)
- [Anthony Scemama](https://scemama.github.io)
- [Enzo Monino](https://enzomonino.github.io)
- [Antoine Marie](https://antoine-marie.github.io)
- [Abdallah Ammar](https://scholar.google.com/citations?user=y437T5sAAAAJ&hl=en)
- [Anthony Scemama](https://scemama.github.io)
- [Mauricio Rodriguez-Mayorga](https://scholar.google.com/citations?user=OLGOgQgAAAAJ&hl=es)
# What is it?
@ -67,6 +68,12 @@ 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` `options.default`
```
cp $QUACK_ROOT/input/methods.default $QUACK_ROOT/input/methods
cp $QUACK_ROOT/input/options.default $QUACK_ROOT/input/options
```
You can then edit these files to run the methods you'd like with the specific options.
These files look like this
```
QuAcK 💩 % cat input/methods