-
-
Notifications
You must be signed in to change notification settings - Fork 197
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 the README with older and more useful version #2689
Conversation
etabakov
commented
Apr 4, 2017
- OS X is replaced with macOS to match the current naming convention
- Installation instructions are replaced with a link to the documentation to avoid duplication
- OS X is replaced with macOS to match the current naming convention - Installation instructions are replaced with a link to the documentation to avoid duplication
|
||
[Back to Top][1] | ||
|
||
## Emulate Your Project |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can improve this later - the emulate command is obsolete/removed now I think
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My bad, I removed some references to emulate
, but missed this one.
README.md
Outdated
To learn how to contribute to the code base, click [here](https://github.com/NativeScript/nativescript-cli/blob/master/CONTRIBUTING.md#contribute-to-the-code-base). | ||
|
||
[Back to Top][1] | ||
How to Build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you need new line before How to Build
README.md
Outdated
To use the locally built CLI instead `tns` you can call `PATH_TO_CLI_FOLDER/bin/tns`. For example: | ||
`PATH_TO_CLI_FOLDER/bin/tns run ios|android` | ||
|
||
> NOTE: You should have [SSH key set](https://github.com/settings/keys) for your Git in order add the submodule via [smart git protocol](https://github.com/settings/keys). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we do not have this requirement anymore because the submodule is referenced via https instead of ssh
This is my favorite PR! |