diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-03-01 12:39:52 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-03-01 12:39:52 +0100 |
| commit | 2ae77423200364d3fb6c1823e4ddfb7542c834fb (patch) | |
| tree | 4109daa4b22e5febc7a844042bebfcda36208bf2 /README.md | |
| parent | 072ec79b51cb4af45b168bf6f73941d1de94c8ae (diff) | |
| download | minishell_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.md | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -4,8 +4,6 @@ [](https://minishell-test.readthedocs.io) [](https://travis-ci.com/cacharle/minishell_test) -Test for 42 school's minishell project. -  ## 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> |
