Adds style cop (#109)

This commit is contained in:
Kamron Batman 2020-04-26 00:16:02 -07:00 committed by GitHub
parent 3e715bcb60
commit 556a17aba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1725 changed files with 33831 additions and 38046 deletions

View file

@ -17,16 +17,15 @@ Ultima Online Server Emulator for the modern era!
- [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.1)
#### Cleaning
- Linux or OSX: `./clean.sh`
- Windows: `clean.cmd`
- `dotnet clean`
#### Publishing
- Linux: `./publish-linux.sh` or `publish-linux.cmd`
- OSX: `./publish-osx.sh` or `publish-osx.cmd`
- Windows `./publish-windows.sh` or `publish-windows.cmd`
- Linux: `./Tools/publish-linux.sh` or `Tools/publish-linux.cmd`
- OSX: `./Tools/publish-osx.sh` or `Tools/publish-osx.cmd`
- Windows `./Tools/publish-windows.sh` or `Tools/publish-windows.cmd`
## Deploying / Running Server
- Follow the build instructions
- Follow the [publish](https://github.com/modernuo/ModernUO#publishing-a-build) instructions
- Copy `Distribution` directory to production server
#### Requirements
@ -34,7 +33,7 @@ Ultima Online Server Emulator for the modern era!
- Zlib
- Linux: `apt get zlib` or equiv for that distribution
- OSX: `brew install zlib`
- Windows is included during publishing
- Windows: Included during publishing
- Optional: compile and install [Intel DRNG](https://github.com/modernuo/libdrng)
#### Windows