Added a general document for anything linux

master
Nathan Steel 6 years ago
parent 10913c2cda
commit ce6b250b15

@ -0,0 +1,7 @@
# Add a file or directory to PATH
This will let you call those scripts from outside of their directory
export PATH=<path>:$PATH
To make this permanent it needs adding into a dotfile, ie .bashrc
Loading…
Cancel
Save