Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
As per Dan C (regarding Sufyaan's issues), added the following commands after `agoric install`:
`cd contract`
`yarn test`
  • Loading branch information
kbennett2000 authored Oct 31, 2023
1 parent 7e4cdc5 commit e7f3989
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main/guides/dapps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ If you have installed the [Agoric CLI](../getting-started/) and you want to try
cd my-fungible-faucet
# Install the project dependencies
agoric install
# Move to the contract directory
cd contract
# Run the yarn test command
yarn test
# Start the Agoric VM
agoric start --reset
```
Expand Down

0 comments on commit e7f3989

Please sign in to comment.