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 ## Installation
``` ```
mkdir -p /opt/tools/c/
cd /opt/tools/c/ cd /opt/tools/c/
git clone https://git.okoyono.de/f/c.sh.git git clone https://git.okoyono.de/f/c.sh.git src
cd c.sh cd src
ln -s motd.sh /etc/profile.d/ ln -s motd.sh /etc/profile.d/
cp gitignore /.gitignore 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 git init repo
cd repo cd repo