aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles <sircharlesaze@gmail.com>2020-06-15 18:08:00 +0200
committerCharles <sircharlesaze@gmail.com>2020-06-15 18:08:00 +0200
commitb298afeb9da27038cbd54802a2d70504909427a3 (patch)
tree8754f0eb1c0fe198e3f8163558818fece8ae94fa /README.md
parent540d9a795ee6a12b4dfdebb72543d272d564d3b7 (diff)
downloadminishell_test-b298afeb9da27038cbd54802a2d70504909427a3.tar.gz
minishell_test-b298afeb9da27038cbd54802a2d70504909427a3.tar.bz2
minishell_test-b298afeb9da27038cbd54802a2d70504909427a3.zip
Rewrite in python
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a73596b..fe6ea90 100644
--- a/README.md
+++ b/README.md
@@ -28,8 +28,8 @@ The reasons for this is are:
## Run
-`> ./test.sh`
+`> ./main.py`
# Configuration
-The default configuration can be changed in the `minishell\_test.config` file.
+The default configuration can be changed in <config.py>