mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-24 01:28:39 +02:00
fix(readme): correct whkdrc locations in quickstart
This commit is contained in:
@@ -183,7 +183,7 @@ iwr https://raw.githubusercontent.com/LGUG2Z/komorebi/master/komorebi.sample.ps1
|
|||||||
mkdir $Env:USERPROFILE\.config -ea 0
|
mkdir $Env:USERPROFILE\.config -ea 0
|
||||||
|
|
||||||
# save the sample whkdrc file with key bindings to ~/.config/whkdrc
|
# 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
|
# start komorebi
|
||||||
komorebic start --await-configuration
|
komorebic start --await-configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user