From d9648ddd0cfca83799b792e568604b5071ba7a3e Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Sun, 19 Feb 2023 09:05:15 -0800 Subject: [PATCH] fix(readme): correct whkdrc locations in quickstart --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1a6d1f1..64f2aabd 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/master/komorebi.sample.ps1 mkdir $Env:USERPROFILE\.config -ea 0 # save the sample whkdrc file with key bindings to ~/.config/whkdrc -iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/master/whkdrc -OutFile $Env:USERPROFILE\whkdrc +iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/master/whkdrc.sample -OutFile $Env:USERPROFILE\.config\whkdrc # start komorebi komorebic start --await-configuration