Skip to content

Commit c5db0b6

Browse files
authored
Update README.md (#404)
1 parent cef3741 commit c5db0b6

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,13 @@ pip install tomlkit
4343

4444
## Running tests
4545

46-
Please clone the repo with submodules with the following command
47-
`git clone --recurse-submodules https://github.com/sdispater/tomlkit.git`.
48-
We need the submodule - `toml-test` for running the tests.
46+
Please clone the repo with submodules with the following command:
47+
```bash
48+
git clone --recurse-submodules https://github.com/python-poetry/tomlkit.git
49+
```
50+
The `toml-test` submodule is required for running the tests.
4951

50-
You can run the tests with `poetry run pytest -q tests`
52+
You can then run the tests with
53+
```bash
54+
poetry run pytest -q tests
55+
```

0 commit comments

Comments
 (0)