Updated README

This commit is contained in:
Júlio C. Oliveira 2017-01-18 12:31:37 -02:00
parent 9964ff2b5b
commit 2e868bfc82
2 changed files with 16 additions and 10 deletions

5
.gitignore vendored
View File

@ -41,4 +41,7 @@ Thumbs.db
###########
.buildpath
.project
.settings
.settings
/nbproject/private/
*.xml
nbproject/project.properties

View File

@ -1,10 +1,7 @@
[![ScreenShot](https://raw.githubusercontent.com/ZionDevelopers/sui-scoreboard/master/logo.jpg)][workshop]
SUI Scoreboard V2.6 is a [Garry's Mod][] addon which is based on the original SUI Scoreboard v2 developed by suicidal.banana.
### Setup
Just download this addon by clicking on Download ZIP and extract the addon in ````Steam\SteamApps\common\GarrysMod\garrysmod\addons\```` as usual.
This is a game addon for [Garry's Mod][] servers, NOT FOR SINGLEPLAYER!
### Features
@ -14,21 +11,27 @@ Just download this addon by clicking on Download ZIP and extract the addon in ``
* Fixed the Admin buttons like: Kick, permaban and ban.
* Lots of bugs fixed and lots of improvements since SUI Scoreboard v2.
### Setup
Just download this addon by clicking on Download ZIP and extract the addon in ````Steam\SteamApps\common\GarrysMod\garrysmod\addons\```` as usual.
### Workshop Ready!
SUI Scoreboard v2.6 is now available via the Steam Workshop! Go to [its Workshop page][workshop] and press `Subscribe`, and it will automatically appear in Garry's Mod.
SUI Scoreboard is now available via the Steam Workshop! Go to [its Workshop page][workshop] and press `Subscribe`, and it will automatically appear in Garry's Mod.
### Manual Installation
Simply clone this repository into your `addons` folder:
cd "%programfiles(x86)%/Steam/SteamApps/common/GarrysMod/garrysmod/addons"
git clone https://github.com/ZionDevelopers/sui-scoreboard.git sui-scoreboard
git clone https://github.com/ZionDevelopers/SUI Scoreboard.git SUI Scoreboard
#### License
### License
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/deed.en_US.
To view a copy of this license, visit [Common Creative's Website][License].
[Garry's Mod]: <http://garrysmod.com/>
[workshop]: <http://steamcommunity.com/sharedfiles/filedetails/?id=160121673>
[workshop]: <http://steamcommunity.com/sharedfiles/filedetails/?id=160121673>
[Exsto]: <https://github.com/prefanatic/exsto>
[License]: <https://creativecommons.org/licenses/by-nc-sa/4.0/>