about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorVitor Gonçalves <vitorg@tilde.team>2023-12-04 03:17:51 -0300
committerVitor Gonçalves <vitorg@tilde.team>2023-12-04 03:17:51 -0300
commit64b1a8fe0ff76a5f16ada55c86e343337f36d75c (patch)
treec096e92fba281934b38ffee1b65269f74f2e3174 /README.md
parent4e72db0c587aa732c853453cd06c727c6ac8fe56 (diff)
downloaddots-64b1a8fe0ff76a5f16ada55c86e343337f36d75c.tar.gz
README update
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 56ed795..ff89ec9 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,8 @@ it's still wip! if you have any suggestions, feel free to email me [here](mailto
 i manage my dotfiles using a bare git repository. here's a quick rundown on how to get this dotfiles for yourself:
 
 ```sh
-alias cfg='git --git-dir=$HOME/.local/share/dotfiles-repo/ --work-tree=$HOME'
-git clone --bare https://git.vern.cc/vitorg/dots $HOME/.local/share/dotfiles-repo
+alias cfg="git --git-dir=$HOME/.local/share/dotfiles-repo/ --work-tree=$HOME"
+git clone --bare https://git.vern.cc/vitorg/dots "$HOME/.local/share/dotfiles-repo"
 cfg checkout
 ```