Update command for installing owlkettle

This commit is contained in:
Rokosun 2024-03-28 17:14:57 +00:00
parent 5ebe7e33eb
commit 8789a0d1fb
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,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(){