Update 'Installation'

André Stemmet 2022-10-29 19:36:53 +00:00
parent 4032b564c4
commit b99e092ddb
1 changed files with 20 additions and 0 deletions

20
Installation.md Normal file

@ -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
```