Skip to content

Commit

Permalink
feat: add katana installation to install script
Browse files Browse the repository at this point in the history
  • Loading branch information
EjembiEmmanuel committed Aug 24, 2024
1 parent 5672bc8 commit 0b1cb4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/install_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ install_dojo() {
echo "Dojo is already installed."
else
echo "Installing Dojo..."
# curl -L https://install.dojoengine.org | bash
# dojoup

git clone https://github.com/dojoengine/dojo
cd dojo
echo "Installing Sozo..."
cargo install --path ./bin/sozo --locked --force
echo "Installing Katana..."
cargo install --path ./bin/katana --locked --force
cd .. && rm -rf dojo
fi
}
Expand Down

0 comments on commit 0b1cb4a

Please sign in to comment.