readme : change bootstrap code type from bash to text.

This commit is contained in:
Dmitry Voronin 2023-11-04 05:53:10 +03:00
parent d763237890
commit dfd4df033d

View file

@ -16,7 +16,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 ```text
curl -s 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
``` ```