Commit 71a14fe9 authored by 神楽坂玲奈's avatar 神楽坂玲奈

readme

parent 042f874c
......@@ -33,4 +33,23 @@
* 简易的先行卡更新控制台在http://mercury233.me/ygosrv233/pre-dashboard.html
###开发计划
* 重写全部代码,与SalvationServer合并,或作为分支版本
\ No newline at end of file
* 重写全部代码,与SalvationServer合并,或作为分支版本
## Install Docker
```bash
wget -qO- https://get.docker.com/ | sh
```
see https://docs.docker.com/linux/step_one/ for more information.
## Deploy from DockerHub
```bash
under construction
```
## Build
```bash
git clone --recursive https://github.com/mycard/ygopro-server.git
cd ygopro-server
docker build -t ygopro-server .
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment