From da28a097efa6be939e913e3922a86614a1f299b4 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 24 Oct 2021 13:37:11 -0500 Subject: [PATCH] Fix README Links A dumb mistake that went unnoticed for too long --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 345d70b..19a3d46 100644 --- a/README.md +++ b/README.md @@ -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