Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka authored Jun 4, 2021
1 parent 6a200a8 commit 1491e3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:\
```

Expand All @@ -31,4 +31,4 @@ Installing the self extracting archive to `C:\msys64`:
```bash
# Run in a MSYS2 environment
./make-msys2-installer
```
```

0 comments on commit 1491e3b

Please sign in to comment.