Update command for installing owlkettle

This commit is contained in:
Rokosun 2024-03-28 17:13:19 +00:00
parent f97cecf89c
commit 696fc180c8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ prepare() {
echo 'Refresh nimble package list:'
"$HOME"/.nimble/bin/nimble --nim:"$HOME"/.nimble/bin/nim refresh
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(){
echo 'Compile themeSwitcher.nim for release build:'