Skip to content

Commit b93cffa

Browse files
authored
Update README.md
1 parent 4567f37 commit b93cffa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,18 +239,18 @@ pytest tests/unit_tests
239239
- are executed very quickly
240240
- require docker installed in OS
241241

242-
Ho to use:
242+
How to use:
243243
```bash
244244
pytest tests/e2e_tests
245245
```
246246

247-
#### TUsing `legacy runner`:
247+
#### Using `legacy runner`:
248248
- Will start compilation of the collected code in your subtensor repository
249249
- you must provide the `LOCALNET_SH_PATH` variable in the local environment with the path to the file `/scripts/localnet.sh` in the cloned repository within your OS
250250
- you can use the `BUILD_BINARY=0` variable, this will skip the copy step for each test.
251251
- you can use the `USE_DOCKER=0` variable, this will run tests using the "legacy runner", even if docker is installed in your OS
252252

253-
#### Ho to use:
253+
#### How to use:
254254
Regular e2e tests run
255255
```bash
256256
LOCALNET_SH_PATH=/path/to/your/localnet.sh pytest tests/e2e_tests

0 commit comments

Comments
 (0)