mirror of
https://github.com/TheShadowEevee/Sharpii-NetCore.git
synced 2025-01-11 14:58:51 -06:00
Fix README Links
A dumb mistake that went unnoticed for too long
This commit is contained in:
parent
3f62969789
commit
da28a097ef
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Releases will have certain executables pre-made. If an executable you need isn't
|
|||
To compile, do the following:
|
||||
1. Ensure you have the .Net Core SDK installed. Sharpii-NetCore is compiled normally with the latest v5.
|
||||
2. Run `git clone https://github.com/TheShadowEevee/Sharpii-NetCore`
|
||||
3. Move into the new directory and run `dotnet publish -c {type} -r {RID}` replacing `{type}` with Debug or Release and `{RID}` with a valid RID from (here)[https://docs.microsoft.com/en-us/dotnet/core/rid-catalog] or (here)[https://github.com/dotnet/runtime/blob/main/src/libraries/Microsoft.NETCore.Platforms/src/runtime.json].
|
||||
3. Move into the new directory and run `dotnet publish -c {type} -r {RID}` replacing `{type}` with Debug or Release and `{RID}` with a valid RID from [here](https://docs.microsoft.com/en-us/dotnet/core/rid-catalog) or [here](https://github.com/dotnet/runtime/blob/main/src/libraries/Microsoft.NETCore.Platforms/src/runtime.json).
|
||||
4. Binaries are shipped as .7z files on ultra compression.
|
||||
|
||||
## Issues/Pull Requests
|
||||
|
|
Loading…
Reference in a new issue