From 5b4e7b656c2e131f6ef4ad54b1ac410859edcbf8 Mon Sep 17 00:00:00 2001 From: Daniel Possenriede Date: Mon, 16 Aug 2021 19:10:16 +0200 Subject: [PATCH] use fenced code block, enable copy button github (#137) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc983f67..4279caef 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ For your convenience, **WingetCreate** can be acquired a number of ways. The **Windows Package Manager Manifest Creator** is available for download from the [winget-create](https://github.com/microsoft/winget-create/releases) repository. To install the package, simply click the the MSIX file in your browser. Once it has downloaded, click open. ### Install with Windows Package Manager ### -`winget install wingetcreate` +```powershell +winget install wingetcreate +``` ## Using Windows Package Manager Manifest Creator