Skip to content

docs: document build-from-source install path (unpublished npm package) - #12

Open
weed33834 wants to merge 1 commit into
dioptx:mainfrom
weed33834:docs/build-from-source-instructions
Open

docs: document build-from-source install path (unpublished npm package)#12
weed33834 wants to merge 1 commit into
dioptx:mainfrom
weed33834:docs/build-from-source-instructions

Conversation

@weed33834

Copy link
Copy Markdown

Summary

The README, docs index, and getting-started guide all instruct users to run npx @dioptx/cctime / npm install -g @dioptx/cctime, but the package is not published to the npm registry — both commands return 404. This PR documents the build-from-source install path that works today.

Changes

  • README.md — Quick Start now leads with git clonenpm installnpm run buildnpm link; Install section split into "From source" (primary) and "From npm (once published)" (preserved for when the package ships)
  • docs/guide/getting-started.md — same restructuring as the README Install section
  • docs/index.md — Quick Start blockquote updated to show the build-from-source flow

The npx / npm install -g commands are kept (not removed) under a clearly-labelled "once published" subsection, so they're ready to promote once @dioptx/cctime is on the registry.

Testing

  • npm test passes (87 tests, 6 files)
  • npx tsc --noEmit passes (build succeeds)
  • Manually tested with real session data — docs-only change, no runtime impact

Related Issues

Closes #1

The README, docs index, and getting-started guide all instruct users to
run `npx @dioptx/cctime` / `npm install -g @dioptx/cctime`, but the
package is not published to the npm registry — both commands 404 (dioptx#1).

Restructure the Quick Start and Install sections to lead with the
build-from-source path (git clone → npm install → npm run build →
npm link) that works today, and keep the npx/npm commands under a
"From npm (once published)" subsection so they remain ready for when
the package ships.

Closes dioptx#1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

README's npm install (@dioptx/cctime) references an unpublished package — 404

1 participant