Skip to content

Commit

Permalink
More work
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jun 12, 2024
1 parent 83b1320 commit 1693265
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# korge-forge-installer

## Windows
## Windows 10 or greater

CMD:

Expand All @@ -11,3 +11,7 @@ curl -s -L https://raw.githubusercontent.com/korlibs/korge-forge-installer/6f1d8
```bash
curl -s -L https://github.com/korlibs/korge-forge-installer/releases/download/v0.0.1/install-korge-forge.cmd -o "%APPDATA%\install-korge-forge.cmd" && "%APPDATA%\install-korge-forge.cmd"
```

```bash
powershell -NoProfile -ExecutionPolicy Bypass -Command "(New-Object Net.WebClient).DownloadFile('https://github.com/korlibs/korge-forge-installer/releases/download/v0.0.1/install-korge-forge.cmd', '%APPDATA:\=\\%\\install-korge-forge.cmd')" && "%APPDATA%\install-korge-forge.cmd"
```

0 comments on commit 1693265

Please sign in to comment.