Skip to content

Commit

Permalink
[docs] Update readme with setup instructions for tests. (#4578)
Browse files Browse the repository at this point in the history
Make it clear that devs have to run setup before running tests.

Fixes #3923
  • Loading branch information
wittrock committed Aug 27, 2024
1 parent 8a291b1 commit 7007e9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Add datacommonsorg/website repo as a remote:
git remote add dc https://github.com/datacommonsorg/website.git
```

Run the prerequisite steps in the [developer guide](docs/developer_guide.md).

Every time when you want to send a Pull Request, do the following steps:

```shell
Expand All @@ -54,7 +56,8 @@ Wait for approval of the Pull Request and merge the change.

### Local Development

Check steps in [developer guide](docs/developer_guide.md)
Check steps in [developer guide](docs/developer_guide.md) for more detailed
instructions.

## License

Expand Down

0 comments on commit 7007e9d

Please sign in to comment.