From ccc32dace078280fb2ac3ac60b568120cca0eab0 Mon Sep 17 00:00:00 2001 From: Pierre-Francois Loos Date: Mon, 14 Apr 2025 21:49:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16ffcdc..5ed8fa7 100644 --- a/README.md +++ b/README.md @@ -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