From 49991c7ff7f0571f2726e5f5ffd0eb5d37e05f44 Mon Sep 17 00:00:00 2001 From: printempw Date: Sun, 17 Jan 2016 16:18:03 +0800 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c860e45..198917f7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,19 @@ -# blessing-skin-server -Just a simple open-source Minecraft skin server write in PHP. [live demo](https://skin.prinzeugen.net/) +# blessing-skin-server + +Just a simple open-source Minecraft skin server write in PHP. + +Live demo is now unavailable because of my fault that typing in wrong path when excute `chsh` on my VPS :( ![screenshot](https://img.prinzeugen.net/uploads/2016/01/2016-01-03_05-22-44.png) + +Features: +----------- +- Support [UniSkinAPI](https://github.com/RecursiveG/UniSkinServer/blob/master/doc/UniSkinAPI_zh-CN.md) +- In todo list :( + +Installation: +----------- +1. Configure your database information in config.php +2. Run `./admin/install.php` +3. Enjoy~ +