Skip to content

Commit

Permalink
update testing info in README
Browse files Browse the repository at this point in the history
  • Loading branch information
PgBiel committed Aug 2, 2023
1 parent 6af7514 commit e768e0c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,16 @@ Please report any issues or send any contributions (through pull requests) to th

## Testing

If you wish to contribute, you may test this package with the following command (from the project root folder):
If you wish to contribute, you may clone the repository and test this package with the following commands (from the project root folder):

```sh
cd tests && typst c strfmt-tests.typ --root ..
git clone https://github.com/PgBiel/typst-oxifmt
cd typst-oxifmt/tests
typst c strfmt-tests.typ --root ..
```

The tests succeeded if you received no error messages from the last command (please ensure you're using a supported Typst version).

## Changelog

### v0.1.0
Expand Down

0 comments on commit e768e0c

Please sign in to comment.