soscmd/README.md
2023-06-03 11:28:50 +02:00

15 lines
337 B
Markdown

# soscmd
These commands are used for managing StarOpenSource infrastructure
# Installing
Execute this as root:
```
mkdir -p /opt/soscmd
cd /opt/soscmd
git clone https://git.staropensource.de/staropensource-infrastructure/soscmd.git .
echo "export \"PATH=$PATH:/opt/soscmd\"" >> /etc/bash.bashrc
```
# License
Licensed under GNU GPLv3