From b8728e933b1da49668854771340d6a308dbb245d Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 16 Jun 2020 10:10:41 +0200 Subject: Spliting into multiple files, added redirection tests --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ef87c35..ec3b1a0 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,10 @@ Test for the minishell project of school 42. # Usage -`> ./main.py --help` -`> ./main.py` +The default path to your project is `..` but you can change it the the [configuration](config.py). + +* `> ./main.py --help` +* `> ./main.py` ## Test compatibility -- cgit