Adds style cop (#109)
This commit is contained in:
parent
3e715bcb60
commit
556a17aba8
1725 changed files with 33831 additions and 38046 deletions
13
README.md
13
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue