Update README.md
This commit is contained in:
parent
cbb9576778
commit
dc5e4f1e02
|
@ -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`.
|
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)
|
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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user