Skip to content

Commit

Permalink
fix(install.sh): fix installer
Browse files Browse the repository at this point in the history
  • Loading branch information
comfysage committed Feb 7, 2024
1 parent 11864ac commit 110170b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ printf " -\033[35m building\033[0m saku\n"
cargo build -r

printf " -\033[35m setting up\033[0m environment\n"
./saku config init
./target/release/sk config init

printf " -\033[35m finishing\033[0m installation\n"
./saku task install saku
./target/release/sk task install saku

0 comments on commit 110170b

Please sign in to comment.