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

Update README.md

This commit is contained in:
Pierre-Francois Loos 2025-04-14 21:45:08 +02:00 committed by GitHub
parent 9234df0e10
commit acf65597ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,7 @@
- [Antoine Marie](https://antoine-marie.github.io) - [Antoine Marie](https://antoine-marie.github.io)
- [Abdallah Ammar](https://scholar.google.com/citations?user=y437T5sAAAAJ&hl=en) - [Abdallah Ammar](https://scholar.google.com/citations?user=y437T5sAAAAJ&hl=en)
- [Mauricio Rodriguez-Mayorga](https://scholar.google.com/citations?user=OLGOgQgAAAAJ&hl=es) - [Mauricio Rodriguez-Mayorga](https://scholar.google.com/citations?user=OLGOgQgAAAAJ&hl=es)
- [Loris Burth](https://github.com/lburth)
# What is it? # What is it?
@ -76,7 +77,7 @@ The two most important files are:
- `$QUACK_ROOT/input/methods` that gathers the methods you want to use. - `$QUACK_ROOT/input/methods` that gathers the methods you want to use.
- `$QUACK_ROOT/input/options` that gathers the different options associated these methods. - `$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` Copy the files `methods.default` and `options.default` to `methods.default` and `options.default`, respectively.
``` ```
cp $QUACK_ROOT/input/methods.default $QUACK_ROOT/input/methods cp $QUACK_ROOT/input/methods.default $QUACK_ROOT/input/methods
cp $QUACK_ROOT/input/options.default $QUACK_ROOT/input/options cp $QUACK_ROOT/input/options.default $QUACK_ROOT/input/options