Skip to content

Commit bef7c75

Browse files
author
Bryn Rhodes
committed
Update readme to reference development config so the instructions allow you to run out of the box
1 parent 7c5747e commit bef7c75

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@ npm install
127127
git submodule update --init --recursive
128128

129129
# Run commands directly from TypeScript source
130-
npx tsx src/bin/cql-tests.ts run-tests conf/localhost.json ./results # Run CQL tests
131-
npx tsx src/bin/cql-tests.ts run-tests conf/localhost.json ./results --quick # Run with quick test mode enabled
130+
npx tsx src/bin/cql-tests.ts run-tests conf/development.json ./results # Run CQL tests
131+
npx tsx src/bin/cql-tests.ts run-tests conf/development.json ./results --quick # Run with quick test mode enabled
132132
npx tsx src/bin/cql-tests.ts server # Run in server API mode
133133
npx tsx src/bin/cql-tests.ts help # Hetailed command help
134134

135-
npx tsx src/bin/cql-tests.ts build-cql conf/localhost.json ./cql # Unused legacy tool
135+
npx tsx src/bin/cql-tests.ts build-cql conf/development.json ./cql # Unused legacy tool
136136

137137
```
138138

0 commit comments

Comments
 (0)