Skip to content

Small fixes to the help #33

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

Merged
merged 1 commit into from
Aug 14, 2014
Merged
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
10 changes: 6 additions & 4 deletions resources/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ Usage:

<Command> is a related command that extends the platform command. You can run the following related commands:
list - Lists all available and installed platforms.
add - Creates a new platform specific project
add - Enables a project with deployment capabilities for the specified platform
remove - Removes the deployment capabilities of a project for the specified platform

--[/]--

Expand All @@ -80,8 +81,9 @@ Platform-specific usage:
$ tns platform add android
$ tns platform add ios

Creates a new platform specific project. In this version of Telerik NativeScript you can create only ios and android projects.
You can create Android projects on windows and Mac machine. You can create ios projects only on Mac machine.
Creates a new platform specific project. The current version of the Telerik NativeScript has support for
iOS and Android projects. Android projects can be created on Linux, Windows and Mac machines. iOS projects
can only be created on a Mac machine.

--[/]--

Expand All @@ -94,7 +96,7 @@ Platform-specific usage:
$ tns platform remove android
$ tns platform remove ios

Removes the platform specific project.
Removes the deployment capabilities of a project for the specified platform.

--[/]--

Expand Down