Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tyitang committed Dec 4, 2024
1 parent 6fa05b1 commit e30075b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/hardhat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Please install the following:

## Quickstart

Install the dependencies:
Install the dependencies: run yarn command at project root. If you encounter any issues, try to remove node-modules and yarn.lock then run yarn again.

```sh
yarn # this installs packages
```

You'll need to add the variables refer to the .env.example to a .env file
You'll need to add the variables refer to the .env.example to a .env file at project root.

Then, run the tests with:
Then, at project root run the tests with command:

```sh
npx hardhat test --network odyssey
Expand Down

0 comments on commit e30075b

Please sign in to comment.