Переглянути джерело

Merge pull request #1010 from 0xJacky/dev

chore: update docs
Jacky 4 днів тому
батько
коміт
dfc131d968

+ 1 - 1
docs/guide/getting-started.md

@@ -90,7 +90,7 @@ We recommend configuring it as a daemon or using the [installation script](./ins
 ### Config
 
 ```shell
-echo '[server]\nHttpPort = 9000' > app.ini
+echo '[server]\nPort = 9000' > app.ini
 ```
 
 ::: tip

+ 1 - 1
docs/zh_CN/guide/getting-started.md

@@ -82,7 +82,7 @@ docker run -dit \
 ### 配置
 
 ```shell
-echo '[server]\nHttpPort = 9000' > app.ini
+echo '[server]\nPort = 9000' > app.ini
 ```
 
 ::: tip 提示

+ 1 - 1
docs/zh_TW/guide/getting-started.md

@@ -82,7 +82,7 @@ docker run -dit \
 ### 設定
 
 ```shell
-echo '[server]\nHttpPort = 9000' > app.ini
+echo '[server]\nPort = 9000' > app.ini
 ```
 
 ::: tip 提示