Update 'README.md'
This commit is contained in:
parent
13a5681866
commit
4ab6f3a651
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue