From 8afb4aa3a6dcc9d917281c9e8c0eb6ac3affab79 Mon Sep 17 00:00:00 2001 From: AeonLucid Date: Thu, 12 Nov 2020 04:51:59 +0100 Subject: [PATCH] Update docs --- .github/ISSUE_TEMPLATE/3--api-suggestion.md | 6 ------ docs/Running-the-server.md | 10 +++++----- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/3--api-suggestion.md b/.github/ISSUE_TEMPLATE/3--api-suggestion.md index 84883fc..bfed62f 100644 --- a/.github/ISSUE_TEMPLATE/3--api-suggestion.md +++ b/.github/ISSUE_TEMPLATE/3--api-suggestion.md @@ -18,9 +18,3 @@ Describe your suggestion as detailed as possible. - -## Expected result - diff --git a/docs/Running-the-server.md b/docs/Running-the-server.md index 2c00f47..c578133 100644 --- a/docs/Running-the-server.md +++ b/docs/Running-the-server.md @@ -6,10 +6,10 @@ 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-5.0.0-rc.2-windows-x64-installer) - - [Linux x64](https://github.com/dotnet/core/blob/master/release-notes/5.0/preview/5.0.0-rc.2-install-instructions.md#install-using-debrpm-packages) - - [macOS x64](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-5.0.0-rc.2-macos-x64-installer) -2. Find the [latest release](https://github.com/AeonLucid/Impostor/releases/latest). + - [Windows x64](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-5.0.0-windows-x64-installer) + - [Linux x64](https://docs.microsoft.com/en-us/dotnet/core/install/linux) + - [macOS x64](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-5.0.0-macos-x64-installer) +2. Find the [latest dev release](https://ci.appveyor.com/project/Impostor/Impostor/branch/dev/artifacts). 3. Download either the Windows or the Linux version. 4. Extract the zip. 5. Modify `config.json` to your liking. @@ -21,7 +21,7 @@ There are currently two modes to run the Impostor server in. The first way is th [![Docker Image](https://img.shields.io/docker/v/aeonlucid/impostor/edge)](https://hub.docker.com/repository/docker/aeonlucid/impostor) ``` -docker run -p 22023:22023/udp aeonlucid/impostor +docker run -p 22023:22023/udp aeonlucid/impostor:nightly ``` ## Multiple servers -- 2.39.5