Skip to content

Commit 4c364b2

Browse files
committed
Update README
1 parent cbdfa4a commit 4c364b2

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ This is an attempt at a cross-platform clone of X-Mouse-Button-Control.
1111
2. Extract the archive
1212
3. Run YMouseButtonControl
1313

14+
## Requirements
15+
16+
* [.NET 8.0 Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
17+
* On windows if you run YMouseButtonControl.exe, it will take you to the download automatically
18+
19+
### Linux
20+
21+
*Ubuntu*: ```sudo apt install dotnet-runtime-8.0```
22+
23+
*Fedora*: ```sudo dnf install dotnet-runtime-8.0```
24+
25+
*Arch*: ```sudo pacman -S dotnet-runtime```
26+
1427
## OS Compatibility
1528

1629
Anything that can install .NET 8 should be able to run YMouseButtonControl
@@ -46,12 +59,6 @@ Anything that can install .NET 8 should be able to run YMouseButtonControl
4659
dotnet publish YMouseButtonControl/YMouseButtonControl.csproj \
4760
-c Release \
4861
-r YOUR_PLATFORM \
49-
--self-contained true \
50-
-p:PublishSingleFile=true \
51-
-p:DebugType=embedded \
52-
-p:IncludeNativeLibrariesForSelfExtract=true \
53-
-p:IncludeAllContentForSelfExtract=true \
54-
-p:EnableCompressionInSingleFile=true \
5562
-o bin
5663
```
5764
* YOUR_PLATFORM: win-x64, linux-x64, osx-x64, [more runtimes here](https://learn.microsoft.com/en-us/dotnet/core/rid-catalog)

0 commit comments

Comments
 (0)