diff --git a/README.md b/README.md index 531b544..b624f1e 100644 --- a/README.md +++ b/README.md @@ -224,19 +224,23 @@ cd lottery ``` $ tree . -├── check.sh -├── clear.sh +├── check.sh 检查中奖 +├── clear.sh 清理动态 ├── debug.sh 进入临时容器查看内容 ├── env.js ├── my_config.js ├── new_env.js ├── new_my_config.js ├── remove_all.sh 移除对应docker镜像和所有相关容器 -└── start.sh +└── start.sh 启动抽奖 ``` - [![asciicast](https://asciinema.org/a/453237.svg)](https://asciinema.org/a/453237) +完成配置后 + +```sh +$ ./start.sh +``` 3.更新 进入lottery上一级目录