Skip to content

Commit 5970259

Browse files
Merge pull request #93 from cqframework/br-2026-04-02-update-readme
Update readme to reference development config so the instructions allow you to run out of the box
2 parents f7b2aa9 + bef7c75 commit 5970259

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)