README.md: get rid of annoying $ signs for usage command

This commit is contained in:
krolxon 2025-12-18 20:33:58 +05:30
parent 5e70d48105
commit 2146ae90a1
1 changed files with 4 additions and 4 deletions

View File

@ -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
```