diff --git a/Installation.md b/Installation.md new file mode 100644 index 0000000..f3c488b --- /dev/null +++ b/Installation.md @@ -0,0 +1,20 @@ +# Installation +## System wide + +```bash +# Make sure you are root +git clone --recurse-submodules --recursive https://github.com/psox/psoxizsh.git /etc/psoxizsh + +# This should work on Linux. It is not tested on MacOS or Windows +# for each user that wants to use this as the user run this command +/etc/psoxizsh/fresh-system +``` + +## Local for the user only + +```bash +git clone --recurse-submodules --recursive https://github.com/psox/psoxizsh.git ~/.psoxizsh + +# This should work on Linux. It is not tested on MacOS or Windows +~/.psoxizsh/fresh-system +``` \ No newline at end of file