From aa79c9db6674deb205c7741e11d5520c76217b8d Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 1 Mar 2021 16:26:03 +0100 Subject: Added tests for test/captured --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7d4cb21..a9723b0 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ ![preview](https://i.imgur.com/98xh2xY.gif) +## Documentation + +The full documentation for this project is available at +[minishell-test.readthedocs.io](https://minishell-test.readthedocs.io). + ## Getting Started ### Installation @@ -18,7 +23,7 @@ $ pip3 install --user minishell-test # if you don't have root access ### Compatibility Your executable **must** support the `-c` option which allow to pass -command as string. +command as an argument. ``` $ bash -c 'echo bonjour je suis | cat -e' @@ -61,8 +66,3 @@ If you get `command not found`, do either of those things: - Run `$ python3 -m minishell_test` instead of `$ minishell_test` - -## Documentation - -The full documentation for this project is available at -[minishell-test.readthedocs.io](https://minishell-test.readthedocs.io). -- cgit