Skip to content

Commit

Permalink
Merge pull request #143 from EjembiEmmanuel/dojo
Browse files Browse the repository at this point in the history
feat: add katana installation to install script
  • Loading branch information
Darlington02 authored Aug 25, 2024
2 parents 86f24b7 + 0b1cb4a commit dd91481
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 dd91481

Please sign in to comment.