diff --git a/README.en.md b/README.en.md index 294842c..68e70e9 100644 --- a/README.en.md +++ b/README.en.md @@ -90,7 +90,7 @@ Please **shut down the server before making modifications**. Set an AdminPasswor ```bash # Download pst_{version}_{platform}_{arch}.tar.gz and extract to the pst directory -mkdir -p pst && tar -xzf pst_v0.4.0_linux_amd64.tar.gz -C pst +mkdir -p pst && tar -xzf pst_v0.4.1_linux_amd64.tar.gz -C pst ``` #### Configuration @@ -164,7 +164,7 @@ Access at http://{Server IP}:8080 after opening firewall and security group in c #### Download and Extract -Extract `pst_v0.4.0_windows_x86.zip` to any directory (recommend naming the folder `pst`). +Extract `pst_v0.4.1_windows_x86.zip` to any directory (recommend naming the folder `pst`). #### Configuration diff --git a/README.md b/README.md index 4f8c68f..3ac400b 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ AdminPassword=...,...,RCONEnabled=true,RCONPort=25575 ```bash # 下载 pst_{version}_{platform}_{arch}.tar.gz 文件并解压到 pst 目录 -mkdir -p pst && tar -xzf pst_v0.4.0_linux_amd64.tar.gz -C pst +mkdir -p pst && tar -xzf pst_v0.4.1_linux_amd64.tar.gz -C pst ``` #### 配置 @@ -165,7 +165,7 @@ kill $(ps aux | grep 'pst' | awk '{print $2}') | head -n 1 #### 下载解压 -解压 `pst_v0.4.0_windows_x86.zip` 到任意目录(推荐命名文件夹目录名称为 `pst`) +解压 `pst_v0.4.1_windows_x86.zip` 到任意目录(推荐命名文件夹目录名称为 `pst`) #### 配置