Skip to content

Commit 93c9e47

Browse files
committed
Fixing library command
1 parent d978fcf commit 93c9e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Run `tns help` to list all available commands. Run or `tns <Command> --help` to
198198
* `platform add <Platform>` adds a new target platform to your project.
199199
* `platform remove <Platform>` removes the selected platform from the target platforms of the project.
200200
* `platform update <Platform>` updates the NativeScript runtime for the specified platform.
201-
* `library add <Platform>` adds a locally stored native library to the current project.
201+
* `library add <Platform> <Library Path>` adds a locally stored native library to the current project.
202202
* `prepare <Platform>` copies cross-platform and selected platform-specific content to the subdirectory for the target platform.
203203
* `build <Platform>` builds the project for the selected target platform.
204204
* `emulate <Platform>` builds the project for the selected target platform and runs it in the native emulator, if configured.

0 commit comments

Comments
 (0)