Skip to content

Commit

Permalink
chore(coverage): remove mention of git submodule update --remote in…
Browse files Browse the repository at this point in the history
… README

We want people to use --init.
  • Loading branch information
Boshen committed Apr 1, 2023
1 parent 6347dac commit 4ccb9e8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tasks/coverage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ Note: tests against regexp are disabled for now.
Clone the test files beforehand:

```bash
git submodule update
```

For maintainers, update to the latest remote, run:

```bash
git submodule update --remote
git submodule update --init
```

## Development
Expand Down

0 comments on commit 4ccb9e8

Please sign in to comment.