Update 'Installation'
parent
4032b564c4
commit
b99e092ddb
|
@ -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
|
||||
```
|
Loading…
Reference in New Issue