From 2ae77423200364d3fb6c1823e4ddfb7542c834fb Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 1 Mar 2021 12:39:52 +0100 Subject: Added bonus doc, Updated command line options doc --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'README.md') 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$
-Note
@@ -55,14 +52,13 @@ $ minishell_test
-Warning
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` -- cgit