docs: add expected output and PATH persistence to install guide#33
Open
DarlingtonDeveloper wants to merge 1 commit into
Open
docs: add expected output and PATH persistence to install guide#33DarlingtonDeveloper wants to merge 1 commit into
DarlingtonDeveloper wants to merge 1 commit into
Conversation
New users running `zero --version` had no reference for what success looks like. Add a representative output block and a one-line note on making the PATH export permanent. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
@DarlingtonDeveloper is attempting to deploy a commit to the Vercel Labs Team on Vercel. A member of the Team first needs to authorize it. |
gke0op
added a commit
to gke0op/zero
that referenced
this pull request
May 18, 2026
- Add MutSpan<T> to Memory And Ownership primitives table (vercel-labs#34) - Add expected zero --version output to getting started (vercel-labs#33) - Add PATH persistence note for shell profile (vercel-labs#33)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
zero --versionoutput so new users know what success looks likeContext
The install guide tells users to run
zero --versionas a verification step but doesn't show expected output. The multi-line report (version, commit, host, backend, targets, toolchain) can be confusing without a reference. The PATH export is also session-only with no mention of persistence.Test plan
npm run docs:testpasseszero --versionoutput🤖 Generated with Claude Code