diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-21 18:02:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-21 18:02:12 -0500 |
commit | 67965e93b33e450f03b7f12839b53934051ad8ee (patch) | |
tree | 43a159a2274d3634bd5e4869ba219055116ffe99 /README.md | |
parent | Update LICENSE (diff) | |
download | kenshinshideandseek-67965e93b33e450f03b7f12839b53934051ad8ee.tar.gz kenshinshideandseek-67965e93b33e450f03b7f12839b53934051ad8ee.tar.bz2 kenshinshideandseek-67965e93b33e450f03b7f12839b53934051ad8ee.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -7,8 +7,13 @@ Highly customizable hide and seek plugin How To ----------- -All Information on how to setup the plugin has -been moved to the github WIKI. +To learn more about the plugin and how to use it, visit the [wiki](https://github.com/tylermurphy534/KenshinsHideAndSeek/wiki) + + +License +----------- + +This project is licensed under the GPL v3 license. Compilation @@ -17,4 +22,4 @@ Compilation We use maven to handle our dependencies. * Install [Maven 3](http://maven.apache.org/download.html) -* Clone this repo and: `mvn clean install`
\ No newline at end of file +* Clone this repo and: `mvn clean install` |