Skip to content
New issue

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

README.md: add usage for locally installed koy #13

Open
Leedehai opened this issue Nov 7, 2018 · 1 comment
Open

README.md: add usage for locally installed koy #13

Leedehai opened this issue Nov 7, 2018 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Leedehai
Copy link

Leedehai commented Nov 7, 2018

User might not want to pollute their global environment with npm install koy -g and choose to install locally via npm install koy. That way, users need to invoke koy this way:

node_modules/.bin/koy FILENAME.md

or alternatively,

npx koy FILENAME.md

npx is a utility of NPM. It will check the node_modules in the current directory for the executable. If not found, it will automatically download the package.

By the way, Carlo author's team members send their regards.

@djyde
Copy link
Owner

djyde commented Nov 8, 2018

PR is welcome!

@djyde djyde added enhancement New feature or request help wanted Extra attention is needed labels Nov 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants