diff --git a/README.md b/README.md index 985e7cd..6a94b11 100644 --- a/README.md +++ b/README.md @@ -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