aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-03-01 12:39:52 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-03-01 12:39:52 +0100
commit2ae77423200364d3fb6c1823e4ddfb7542c834fb (patch)
tree4109daa4b22e5febc7a844042bebfcda36208bf2 /README.md
parent072ec79b51cb4af45b168bf6f73941d1de94c8ae (diff)
downloadminishell_test-2ae77423200364d3fb6c1823e4ddfb7542c834fb.tar.gz
minishell_test-2ae77423200364d3fb6c1823e4ddfb7542c834fb.tar.bz2
minishell_test-2ae77423200364d3fb6c1823e4ddfb7542c834fb.zip
Added bonus doc, Updated command line options doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index 87c1999..7d4cb21 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,6 @@
[![Documentation](https://readthedocs.org/projects/minishell-test/badge/?version=latest)](https://minishell-test.readthedocs.io)
[![Build Status](https://api.travis-ci.com/cacharle/minishell_test.svg?branch=master)](https://travis-ci.com/cacharle/minishell_test)
-Test for 42 school's minishell project.
-
![preview](https://i.imgur.com/98xh2xY.gif)
## Getting Started
@@ -33,7 +31,6 @@ bonjour je suis$
<div class="title">
-Note
</div>
@@ -55,14 +52,13 @@ $ minishell_test
<div class="title">
-Warning
</div>
If you get `command not found`, do either of those things:
-- `~/.local/bin` to your `PATH` environment variable.
-- run `$ python3 -m minishell_test` instead of `$ minishell_test`
+- Add `~/.local/bin` to your `PATH` environment variable.
+- Run `$ python3 -m minishell_test` instead of `$ minishell_test`
</div>