Add note about LibMan install relative path support (#8360)

Adds an example of using a relative path with `libman install --files`.
pull/8364/head
Scott Addie 2018-08-30 15:46:53 -05:00 committed by GitHub
parent ae52bc184e
commit 4fcf7d1d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ The following options are available for the `libman install` command:
* `--files <FILE>` * `--files <FILE>`
Specify the name of the file to install from the library. If not specified, all files from the library are installed. Provide one `--files` option per file to be installed. Specify the name of the file to install from the library. If not specified, all files from the library are installed. Provide one `--files` option per file to be installed. Relative paths are supported too. For example: `--files dist/browser/signalr.js`.
* `-p|--provider <PROVIDER>` * `-p|--provider <PROVIDER>`