From dc5e4f1e0248c060baff077c131b3aa028103b80 Mon Sep 17 00:00:00 2001 From: Maxwell Date: Thu, 16 Jan 2025 07:02:16 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b6e03f..7b44efc 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,6 @@ Space is a shell. Not much else. If you need to change your directory, run `cd (directory)`. If you need to exit the shell, type `exit`. -The path is hard-coded into the source code, change the vector on line 38 to add directories to your path. +The path is hard-coded into the source code, change the vector on line 40 to add directories to your path. If you want to run an executable in your current directory, there's no need for the ./ (keep in mind Space will prioritise local executables over ones in the path)