commit 9927e89ba924da23de838b0a207192341ebe0855 parent 5abeccff70e3a01c4cfadad0f5fb373f9bf193d4 Author: Florian Dold <florian@dold.me> Date: Fri, 6 Jan 2023 10:15:09 +0100 fix test instructions Diffstat:
| M | README.md | | | 10 | ++++++++-- |
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -57,8 +57,14 @@ should be modified, not any of the code, if at all possible. ## Usage / Examples -Run test: +Run test with `localhost` deployment: ``` -./qtart 'testWithLocal()' +./qtart -e 'testWithLocal()' +``` + +Run test with `taler.net` deployment: + +``` +./qtart -e 'testWithGv()' ```