From: AeonLucid Date: Sun, 25 Oct 2020 22:22:38 +0000 (+0100) Subject: Update Running-the-server.md X-Git-Tag: v1.2.2~76 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=5c0ce03c574eeffdf23f3790e23e645ea01e13a2;p=rhonda%2Fimpostor.git Update Running-the-server.md --- 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 +```