Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgazul committed Oct 5, 2023
1 parent a17de58 commit 198a376
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
README.md
.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 开始使用

* 下载Zip并解压
* 修改端口, 将config/application.yml中 port: 2023 修改为你自己可用的端口
* 将文件放入files文件夹中
* 双击运行 run.bat
* 本地下载URL为: http://127.0.0.1:2023/download/xxxxxxxxxx.zip

# Start using

* Download the Zip and unzip it
* Modify the port, change port: 2023 in config/application.yml to your own available port
* Put the file into the files folder
* Double-click to run.bat
* The local download URL is: http://127.0.0.1:2023/download/xxxxxxxxxx.zip

0 comments on commit 198a376

Please sign in to comment.