We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#310 makes the Publish CLI page confusing as if an npx one-liner would work without context in the referenced page.
npx would not know that dendron is from @dendronhq/dendron-cli if it's not installed.
npx
dendron
The text was updated successfully, but these errors were encountered:
Agreed. Suggestion as mentioned on #310 (comment)
Better would be to document behavior in both cases when a user does - npx install @dendronhq/dendron-cli or npx install -g @dendronhq/dendron-cli
npx install @dendronhq/dendron-cli
npx install -g @dendronhq/dendron-cli
I think #310 is causing inconsistencies on publish > cook > github and cli pages as well.
Sorry, something went wrong.
No branches or pull requests
#310 makes the Publish CLI page confusing as if an npx one-liner would work without context in the referenced page.
npx
would not know thatdendron
is from @dendronhq/dendron-cli if it's not installed.The text was updated successfully, but these errors were encountered: