mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
minor change in description of Build from source in README.md (#149)
Separated the `node ./dist/cli.js --help ` and `node ./dist/cli.js `. The comment suggested `node ./dist/cli.js --help ` was to run the locally-built CLI but in fact it shows the usage an options. It is a minor change and clarifies the flow for new developers.
This commit is contained in:
committed by
GitHub
Unverified
parent
099224e313
commit
b8aea2340d
@@ -228,9 +228,12 @@ cd codex/codex-cli
|
||||
npm install
|
||||
npm run build
|
||||
|
||||
# Run the locally‑built CLI directly
|
||||
# Get the usage and the options
|
||||
node ./dist/cli.js --help
|
||||
|
||||
# Run the locally‑built CLI directly
|
||||
node ./dist/cli.js
|
||||
|
||||
# Or link the command globally for convenience
|
||||
npm link
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user