From dfd4df033dd50eba1871a3ddd4baf7a1c1b80926 Mon Sep 17 00:00:00 2001 From: phone Date: Sat, 4 Nov 2023 05:53:10 +0300 Subject: [PATCH] readme : change bootstrap code type from bash to text. --- .README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.README.md b/.README.md index c5a7832..89675c9 100644 --- a/.README.md +++ b/.README.md @@ -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! -```bash +```text curl -s https://git.voronind.com/voronind/linux/raw/branch/master/.bootstrap.sh | bash && source .bashrc ```