Skip to content

Commit 6a64191

Browse files
Correct apt-get command (#42641)
Correcting the apt-get command to install the libmsquic package. Previously, this caused a syntax error: $ sudo apt-get libmsquic E: Invalid operation libmsquic The command `install` was missing.
1 parent 0551fc7 commit 6a64191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fundamentals/networking/quic/quic-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Here are some examples of using a package manager to install `libmsquic`:
6363
- **APT**
6464

6565
```bash
66-
sudo apt-get libmsquic
66+
sudo apt-get install libmsquic
6767
```
6868

6969
- **APK**

0 commit comments

Comments
 (0)