From 2146ae90a1c666915439785e1896c54e3c917700 Mon Sep 17 00:00:00 2001 From: krolxon Date: Thu, 18 Dec 2025 20:33:58 +0530 Subject: [PATCH] README.md: get rid of annoying $ signs for usage command --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c0efacb..6637ce2 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ ## Usage ```bash -$ cd $HOME -$ git clone https://github.com/krolyxon/dotfiles.git ~/.dotfiles -$ cd ~/.dotfiles -$ ./install.sh +cd $HOME +git clone https://github.com/krolyxon/dotfiles.git ~/.dotfiles +cd ~/.dotfiles +./install.sh ```