Target .NET 5
This commit is contained in:
@@ -6,7 +6,7 @@ PluralKit is a Discord bot meant for plural communities. It has features like me
|
||||
PluralKit has a Discord server for support, feedback, and discussion: https://discord.gg/PczBt78
|
||||
|
||||
# Requirements
|
||||
Running the bot requires [.NET Core](https://dotnet.microsoft.com/download) (v3.1) and a PostgreSQL database. It should function on any system where the prerequisites are set up (including Windows).
|
||||
Running the bot requires [.NET 5](https://dotnet.microsoft.com/download) and a PostgreSQL database. It should function on any system where the prerequisites are set up (including Windows).
|
||||
|
||||
Optionally, it can integrate with [Sentry](https://sentry.io/welcome/) for error reporting and [InfluxDB](https://www.influxdata.com/products/influxdb-overview/) for aggregate statistics.
|
||||
|
||||
@@ -47,7 +47,7 @@ $ docker-compose up -d
|
||||
```
|
||||
|
||||
## Manually
|
||||
* Install the .NET Core 3.1 SDK (see https://dotnet.microsoft.com/download)
|
||||
* Install the .NET 5 SDK (see https://dotnet.microsoft.com/download)
|
||||
* Clone this repository: `git clone https://github.com/xSke/PluralKit`
|
||||
* Create and fill in a `pluralkit.conf` file in the same directory as `docker-compose.yml`
|
||||
* Run the bot: `dotnet run --project PluralKit.Bot`
|
||||
|
||||
Reference in New Issue
Block a user