Update 'README.md'

This commit is contained in:
Aaron Fischer 2021-12-07 22:25:33 +01:00
parent 13a5681866
commit 4ab6f3a651

View file

@ -3,12 +3,13 @@
## Installation
```
mkdir -p /opt/tools/c/
cd /opt/tools/c/
git clone https://git.okoyono.de/f/c.sh.git
cd c.sh
git clone https://git.okoyono.de/f/c.sh.git src
cd src
ln -s motd.sh /etc/profile.d/
cp gitignore /.gitignore
echo "source /opt/tools/c/zsh.config" >> /root/.zshrc
echo "source /opt/tools/c/src/zsh.config" >> /root/.zshrc
git init repo
cd repo