Improve HTTP/3 Linux package instructions (#23476)
Co-authored-by: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com>pull/23480/head
parent
156cde6e7f
commit
3756270054
|
@ -36,11 +36,10 @@ The preceding Windows 11 Build versions may require the use of a [Windows Inside
|
|||
|
||||
* `libmsquic` package installed.
|
||||
|
||||
`libmsquic` is published via Microsoft official Linux package repository `packages.microsoft.com`. In order to consume it, it must be added manually. See [Linux Software Repository for Microsoft Products](/windows-server/administration/linux-package-repository-for-microsoft-software). After adding `libmsquic`, it can be installed via the package manager of your distro, for example, for Ubuntu:
|
||||
`libmsquic` is published via Microsoft's official Linux package repository at `packages.microsoft.com`. To install this package:
|
||||
|
||||
```cmd
|
||||
apt install libmsquic
|
||||
```
|
||||
1. Add the `packages.microsoft.com` repository. See [Linux Software Repository for Microsoft Products](/windows-server/administration/linux-package-repository-for-microsoft-software) for instructions.
|
||||
2. Install the `libmsquic` package using the distro's package manager. For example, `apt install libmsquic` on Ubuntu.
|
||||
|
||||
### macOS
|
||||
|
||||
|
|
Loading…
Reference in New Issue