Updates README.md (#117)

This commit is contained in:
Kamron Batman 2020-04-26 23:44:54 -07:00 committed by GitHub
parent 5fa31feee2
commit 154161065e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 4 deletions

View file

@ -46,7 +46,7 @@ jobs:
- ~/.nuget/packages
key: dotnet-packages-windows-{{ checksum "Projects/Server/Server.csproj" }}-{{ checksum "Projects/Scripts/Scripts.csproj" }}
- run:
name: Building ModernUO for Linux (Debug)
name: Building ModernUO for Windows (Debug)
command: dotnet build -c Release /p:PublishProfile=Windows
code_styling:
description: Code analysis

View file

@ -1,17 +1,22 @@
ModernUO
=====
##### Ultima Online Server Emulator for the modern era!
Ultima Online Server Emulator for the modern era!
[![GitHub stars](https://img.shields.io/github/stars/modernuo/ModernUO?logo=github)](https://github.com/modernuo/ModernUO/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/modernuo/ModernUO?logo=github)](https://github.com/modernuo/ModernUO/issues)
![Platforms](https://img.shields.io/badge/platforms-linux%20%7C%20osx%20%7C%20windows-lightgrey)
![Build status](https://img.shields.io/circleci/build/gh/modernuo/ModernUO/master?logo=circleci)
[![GitHub license](https://img.shields.io/github/license/modernuo/ModernUO?color=blue)](https://github.com/modernuo/ModernUO/blob/master/LICENSE)
![Discord](https://img.shields.io/discord/458277173208547350?logo=discord)
## Join and Follow!
- [Discord Channel](https://discord.gg/VdyCpjQ)
- [Discord](https://discord.gg/VdyCpjQ)
- [Twitter](https://www.twitter.com/modernuo)
- [Reddit](https://www.reddit.com/r/modernuo)
## Goals
- See [Goals](./GOALS.md)
## Publishing a build
#### Requirements
- [.NET Core 3.1 SDK](https://dotnet.microsoft.com/download/dotnet-core/3.1)