From 1491e3b29c674e8d7de420ee665722954453ea4b Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 4 Jun 2021 10:28:46 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 09f641d..1e3ed35 100644 --- a/README.md +++ b/README.md @@ -10,19 +10,19 @@ https://github.com/msys2/msys2-installer/releases/tag/nightly-x86_64 Installing the GUI installer via the CLI to `C:\msys64`: -``` +```powershell .\msys2-x86_64-latest.exe in --confirm-command --accept-messages --root C:/msys64 ``` Uninstalling an existing installation in `C:\msys64` via the CLI: -``` +```powershell C:\msys64\uninstall.exe pr --confirm-command ``` Installing the self extracting archive to `C:\msys64`: -``` +```powershell .\msys2-base-x86_64-latest.sfx.exe -y -oC:\ ``` @@ -31,4 +31,4 @@ Installing the self extracting archive to `C:\msys64`: ```bash # Run in a MSYS2 environment ./make-msys2-installer -``` \ No newline at end of file +```