readme : silence curl for bootstrap.
This commit is contained in:
parent
eeeaf02643
commit
1e284c5ebd
|
@ -6,7 +6,7 @@ This is my own custom config that I use on my GNU/Linux machines. Not ment to be
|
||||||
**CAREFUL!** This will overwrite files with the same name in your home directory!
|
**CAREFUL!** This will overwrite files with the same name in your home directory!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl https://git.voronind.com/voronind/linux/raw/branch/master/.bootstrap.sh | bash && source .bashrc
|
curl -s https://git.voronind.com/voronind/linux/raw/branch/master/.bootstrap.sh | bash && source .bashrc
|
||||||
```
|
```
|
||||||
|
|
||||||
# Table of contents.
|
# Table of contents.
|
||||||
|
|
Reference in a new issue