winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 49f238fcf9fb51a07609fae1b547de42bf3a3f6c
parent 750455e50750bad9fe5a33e8a796898e47871e59
Author: denelon <denelon@microsoft.com>
Date:   Tue, 11 May 2021 14:40:55 -0700

Update install.md (#946)


Diffstat:
Mdoc/windows/package-manager/winget/install.md | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/doc/windows/package-manager/winget/install.md b/doc/windows/package-manager/winget/install.md @@ -78,11 +78,17 @@ The best way to limit the selection to one file is to use the **id** of the appl winget install --id Git.Git -e ``` +If multiple sources are configured, it is possible to have duplicate entries. Specifying a source is required to further disambiguate. + +```CMD +winget install --id Git.Git -e -source winget +``` + ## Local install -The **manifest** option enables you to install an application by passing in a YAML file directly to the client. The **manifest** option has the following usage. +The **manifest** option enables you to install an application by passing in a YAML file directly to the client. If the manifest is a multi file manifest, the directory containing the files must be used. The **manifest** option has the following usage. -Usage: `winget install --manifest \<file>` +Usage: `winget install --manifest \<path>` | Option | Description | |-------------|-------------|