From 4fcf7d1d471dfb7f192a05cc9e256a78b87d147d Mon Sep 17 00:00:00 2001 From: Scott Addie <10702007+scottaddie@users.noreply.github.com> Date: Thu, 30 Aug 2018 15:46:53 -0500 Subject: [PATCH] Add note about LibMan install relative path support (#8360) Adds an example of using a relative path with `libman install --files`. --- aspnetcore/client-side/libman/libman-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/client-side/libman/libman-cli.md b/aspnetcore/client-side/libman/libman-cli.md index 6c9b6a14b0..44f5bae6d5 100644 --- a/aspnetcore/client-side/libman/libman-cli.md +++ b/aspnetcore/client-side/libman/libman-cli.md @@ -165,7 +165,7 @@ The following options are available for the `libman install` command: * `--files ` - 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 `