Skip to content

Commit 6b17f6a

Browse files
committed
DOC: Bring README up to date with current repo
1 parent e28cada commit 6b17f6a

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ Pass the `--json` flag to see the issues in detail.
5151

5252
### Development tools
5353

54-
From the repository root, use `bids-validator/bids-validator-deno` to run with all permissions enabled by default:
54+
From the repository root, use `./local-run` to run with all permissions enabled by default:
5555

5656
```shell
5757
# Run from within the /bids-validator directory
5858
cd bids-validator
5959
# Run validator:
60-
./bids-validator-deno path/to/dataset
60+
./local-run path/to/dataset
6161
```
6262

6363
## Schema validator test suite
@@ -69,12 +69,6 @@ deno test --allow-env --allow-read --allow-write src/
6969

7070
This test suite includes running expected output from bids-examples and may throw some expected failures for bids-examples datasets where either the schema or validator are misaligned with the example dataset while under development.
7171

72-
## Refreshing latest specification
73-
74-
If you are validating with the latest specification instead of a specific version, the validator will hold onto a cached version. You can request the newest version by adding the `--reload` argument to obtain the newest specification definition.
75-
76-
`deno run --reload=https://bids-specification.readthedocs.io/en/latest/schema.json src/main.ts`
77-
7872
## Modifying and building a new schema
7973

8074
To modify the schema a clone of bids-standard/bids-specification will need to be made. README and schema itself live here https://github.com/bids-standard/bids-specification/tree/master/src/schema.

0 commit comments

Comments
 (0)