aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-06-16 10:10:41 +0200
committerCharles <sircharlesaze@gmail.com>2020-06-16 10:10:41 +0200
commitb8728e933b1da49668854771340d6a308dbb245d (patch)
treebf686de424ecc182561fa8b7dd1267cf282062f5 /README.md
parentffbe2698bab198d8f621a9ad2c62a009b28bad9e (diff)
downloadminishell_test-b8728e933b1da49668854771340d6a308dbb245d.tar.gz
minishell_test-b8728e933b1da49668854771340d6a308dbb245d.tar.bz2
minishell_test-b8728e933b1da49668854771340d6a308dbb245d.zip
Spliting into multiple files, added redirection tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
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