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
|
## 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
|
||||||
|
|
Loading…
Reference in a new issue