From 5c0ce03c574eeffdf23f3790e23e645ea01e13a2 Mon Sep 17 00:00:00 2001 From: AeonLucid Date: Sun, 25 Oct 2020 23:22:38 +0100 Subject: [PATCH] Update Running-the-server.md --- docs/Running-the-server.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Running-the-server.md b/docs/Running-the-server.md index d948a48..93cbfc0 100644 --- a/docs/Running-the-server.md +++ b/docs/Running-the-server.md @@ -6,9 +6,9 @@ There are currently two modes to run the Impostor server in. The first way is th ### Without docker 1. Install the **.NET 5.0 runtime**. - - [Windows x64](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-aspnetcore-5.0.0-rc.2-windows-x64-binaries) - - [Linux x64](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-aspnetcore-5.0.0-rc.2-linux-x64-binaries) - - [macOS x64](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-aspnetcore-5.0.0-rc.2-macos-x64-binaries) + - [Windows x64](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-5.0.0-rc.2-windows-x64-binaries) + - [Linux x64](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-5.0.0-rc.2-linux-x64-binaries) + - [macOS x64](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-5.0.0-rc.2-macos-x64-binaries) 2. Find the [latest release](https://github.com/AeonLucid/Impostor/releases/latest). 3. Download either the Windows or the Linux version. 4. Extract the zip. @@ -82,4 +82,4 @@ Example configuration: } } } -``` \ No newline at end of file +``` -- 2.39.5