Browse Source

update readme

Caner 2 years ago
parent
commit
49ef14ec7e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -1,17 +1,17 @@
 ## python 服务器
 ## python 服务器
 
 
-### ssh
+### SSH
 ```
 ```
 1. ssh root@154.12.31.11
 1. ssh root@154.12.31.11
 2. Vivo7788
 2. Vivo7788
 ```
 ```
 
 
-### 打包
+### Build
 ```
 ```
 1. pyinstaller --onefile --hidden-import main main.py
 1. pyinstaller --onefile --hidden-import main main.py
 2. ./dist/main
 2. ./dist/main
 ```
 ```
-### 部署
+### Prod
 ```
 ```
 1. systemctl enable PyHttpServer.service
 1. systemctl enable PyHttpServer.service
 2. systemctl restart PyHttpServer.service
 2. systemctl restart PyHttpServer.service