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

Update tutorial.html #566

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/documents_en/v2/guide/tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@
you to sign up for a free Monaca account.

Install node and npm, then run `npm install -g monaca` to install Monaca

If you experience the error 'command not found', ensure that monaca is properly added to your PATH environment variable by editing ~/.bashrc (or Mac equivalent):

export PATH="$PATH:/usr/local/lib/node_modules/monaca/bin"

This will ensure that monaca is on your path and can be invoked from anywhere on your system.

CLI. Run `monaca login`, then create a new project with:

monaca create tutorial --template onsenui-v2-js-minimum
Expand Down