aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-03-01 16:26:03 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-03-01 16:26:03 +0100
commitaa79c9db6674deb205c7741e11d5520c76217b8d (patch)
tree35de4f9eedaf310f83074f74c8c6444480606748 /README.md
parent6848c33412a4f57ae4de6a05d27a5b767ce89fe1 (diff)
downloadminishell_test-aa79c9db6674deb205c7741e11d5520c76217b8d.tar.gz
minishell_test-aa79c9db6674deb205c7741e11d5520c76217b8d.tar.bz2
minishell_test-aa79c9db6674deb205c7741e11d5520c76217b8d.zip
Added tests for test/captured
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
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`
</div>
-
-## Documentation
-
-The full documentation for this project is available at
-[minishell-test.readthedocs.io](https://minishell-test.readthedocs.io).