mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-11-27 04:00:34 +00:00
update readme
This commit is contained in:
parent
a573f36a1b
commit
c4515e9a6d
@ -8,8 +8,9 @@ Development Requirements
|
|||||||
|
|
||||||
Runtime Requirements
|
Runtime Requirements
|
||||||
--------------------
|
--------------------
|
||||||
* [.NET Core 2.1 Runtime](https://www.microsoft.com/net/download/windows) or newer for compiled version
|
|
||||||
* [.NET Core 2.1 SDK](https://www.microsoft.com/net/download/windows) or newer to run from sources
|
* [.NET Core 2.1 SDK](https://www.microsoft.com/net/download/windows) or newer to run from sources
|
||||||
|
* needs `dotnet` command available (i.e. alias for the Snap package)
|
||||||
|
* [.NET Core 2.1 Runtime](https://www.microsoft.com/net/download/windows) or newer for compiled version
|
||||||
|
|
||||||
How to Build
|
How to Build
|
||||||
------------
|
------------
|
||||||
@ -27,4 +28,8 @@ How to Run in Production
|
|||||||
* Change configuration if needed (probably just token)
|
* Change configuration if needed (probably just token)
|
||||||
* Put `bot.db` in `CompatBot/`
|
* Put `bot.db` in `CompatBot/`
|
||||||
* `$ cd CompatBot`
|
* `$ cd CompatBot`
|
||||||
* `$ dotnet run -c Release [token]`
|
* `$ dotnet run -c Release [token]`
|
||||||
|
|
||||||
|
External resources that need manual updates
|
||||||
|
-------------------------------------------
|
||||||
|
* [Unicode confusables](http://www.unicode.org/Public/security/latest/confusables.txt) gzipped, for Homoglyph checks
|
||||||
|
Loading…
Reference in New Issue
Block a user