Update command for installing owlkettle

This commit is contained in:
Rokosun 2024-03-28 17:20:46 +00:00
parent e270acc3dd
commit ae83bfbbd6
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ prepare() {
echo 'Refresh nimble package list:' echo 'Refresh nimble package list:'
"$HOME"/.nimble/bin/nimble --nim:"$HOME"/.nimble/bin/nim refresh "$HOME"/.nimble/bin/nimble --nim:"$HOME"/.nimble/bin/nim refresh
echo 'Install owlkettle from the latest git commit:' echo 'Install owlkettle from the latest git commit:'
"$HOME"/.nimble/bin/nimble --nim:"$HOME"/.nimble/bin/nim install owlkettle@#head "$HOME"/.nimble/bin/nimble --nim:"$HOME"/.nimble/bin/nim install owlkettle
} }
build(){ build(){
echo 'Compile layoutSwitcher.nim for release build:' echo 'Compile layoutSwitcher.nim for release build:'