Skip to content

Commit

Permalink
Update .gitpod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas authored Feb 28, 2024
1 parent 2cb3816 commit c8923d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ tasks:
cargo install cargo-dylint dylint-link
yarn install
yarn build
command: |
echo "Swanky Dev Environment ready!"
echo "Use Swanky directly by running \"./bin/run.js COMMAND\""
echo "For example:"
echo "./bin/run.js init temp_project"
echo "cd temp_project"
echo "../bin/run.js contract compile flipper"
echo "../bin/run.js contract compile flipper"

0 comments on commit c8923d5

Please sign in to comment.