Skip to content

Commit

Permalink
docs: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
zaigie committed Feb 1, 2024
1 parent a773674 commit d8e70a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

#### 配置
Expand Down Expand Up @@ -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`

#### 配置

Expand Down

0 comments on commit d8e70a7

Please sign in to comment.