From e22e8e0ef55704f0412672e5f0352ab5b09c3f79 Mon Sep 17 00:00:00 2001 From: Jesse Zhu Date: Thu, 15 Feb 2018 06:49:10 +0900 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a7447d2cbd..e2e6371a31 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,12 @@ server { >If you want to deploy without nignx, you will need to change the router mode from `history` to `hash` [here](https://github.com/NyaaCat/NyaaStats/blob/713303de573ac36b9cd7ef8f20100aa3eb993273/web/src/router/index.js#L11). Remember to rebuild web pages. +## Update player data + +Run `npm start` in the root folder of this project which means recreate the data folder and upload it to your web root. You don't need to run other commands everytime you update players' data but needed when we upgrade the code of our web client. + + + # Credits The skin render is almost a copy from [NameMC](https://namemc.com). Thanks for their excellent work.