Skip to content

Commit b3aef95

Browse files
committed
docs: updated v0.9.9
1 parent 7f0eea4 commit b3aef95

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

README.agent.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Download the pst-agent tool, rename it, and ensure it's executable
1414

1515
```bash
1616
# Download and rename
17-
mv pst-agent_v0.9.8_linux_x86_64 pst-agent
17+
mv pst-agent_v0.9.9_linux_x86_64 pst-agent
1818
chmod +x pst-agent
1919
```
2020

@@ -67,7 +67,7 @@ This refers to the scenario where your game server is a Windows version, and you
6767

6868
#### Download
6969

70-
Download the pst-agent tool and rename it, e.g., rename `pst-agent_v0.9.8_windows_x86_64.exe` to `pst-agent.exe`
70+
Download the pst-agent tool and rename it, e.g., rename `pst-agent_v0.9.9_windows_x86_64.exe` to `pst-agent.exe`
7171

7272
#### Run
7373

README.agent.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pst-agent ツールをダウンロードし、名前を変更して実行可能
1414

1515
```bash
1616
# ダウンロードして名前を変更
17-
mv pst-agent_v0.9.8_linux_x86_64 pst-agent
17+
mv pst-agent_v0.9.9_linux_x86_64 pst-agent
1818
chmod +x pst-agent
1919
```
2020

@@ -67,7 +67,7 @@ kill $(ps aux | grep 'pst-agent' | awk '{print $2}') | head -n 1
6767

6868
#### ダウンロード
6969

70-
pst-agent ツールをダウンロードし、名前を変更します。例えば、`pst-agent_v0.9.8_windows_x86_64.exe``pst-agent.exe`にリネームします。
70+
pst-agent ツールをダウンロードし、名前を変更します。例えば、`pst-agent_v0.9.9_windows_x86_64.exe``pst-agent.exe`にリネームします。
7171

7272
#### 実行
7373

README.agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
```bash
1616
# 下载并重命名
17-
mv pst-agent_v0.9.8_linux_x86_64 pst-agent
17+
mv pst-agent_v0.9.9_linux_x86_64 pst-agent
1818
chmod +x pst-agent
1919
```
2020

@@ -67,7 +67,7 @@ kill $(ps aux | grep 'pst-agent' | awk '{print $2}') | head -n 1
6767

6868
#### 下载
6969

70-
下载 pst-agent 工具并重命名,如将 `pst-agent_v0.9.8_windows_x86_64.exe` 重命名为 `pst-agent.exe`
70+
下载 pst-agent 工具并重命名,如将 `pst-agent_v0.9.9_windows_x86_64.exe` 重命名为 `pst-agent.exe`
7171

7272
#### 运行
7373

README.en.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Download the latest executable files at:
114114

115115
```bash
116116
# Download pst_{version}_{platform}_{arch}.tar.gz and extract to the pst directory
117-
mkdir -p pst && tar -xzf pst_v0.9.8_linux_x86_64.tar.gz -C pst
117+
mkdir -p pst && tar -xzf pst_v0.9.9_linux_x86_64.tar.gz -C pst
118118
```
119119

120120
##### Configuration
@@ -241,7 +241,7 @@ Access at http://{Server IP}:8080 after opening firewall and security group in c
241241

242242
##### Download and Extract
243243

244-
Extract `pst_v0.9.8_windows_x86_64.zip` to any directory (recommend naming the folder `pst`).
244+
Extract `pst_v0.9.9_windows_x86_64.zip` to any directory (recommend naming the folder `pst`).
245245

246246
##### Configuration
247247

README.ja.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ https://github.com/zaigie/palworld-server-tool/assets/17232619/afdf485c-4b34-491
114114

115115
```bash
116116
# pst_{version}_{platform}_{arch}.tar.gz ファイルをダウンロードしてpstディレクトリに解凍します
117-
mkdir -p pst && tar -xzf pst_v0.9.8_linux_x86_64.tar.gz -C pst
117+
mkdir -p pst && tar -xzf pst_v0.9.9_linux_x86_64.tar.gz -C pst
118118
```
119119

120120
##### 設定
@@ -241,7 +241,7 @@ kill $(ps aux | grep 'pst' | awk '{print $2}') | head -n 1
241241

242242
##### ダウンロードと解凍
243243

244-
`pst_v0.9.8_windows_x86_64.zip`を任意のディレクトリに解凍します(`pst`というディレクトリ名を推奨)。
244+
`pst_v0.9.9_windows_x86_64.zip`を任意のディレクトリに解凍します(`pst`というディレクトリ名を推奨)。
245245

246246
##### 設定
247247

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ https://github.com/zaigie/palworld-server-tool/assets/17232619/afdf485c-4b34-491
134134

135135
```bash
136136
# 下载 pst_{version}_{platform}_{arch}.tar.gz 文件并解压到 pst 目录
137-
mkdir -p pst && tar -xzf pst_v0.9.8_linux_x86_64.tar.gz -C pst
137+
mkdir -p pst && tar -xzf pst_v0.9.9_linux_x86_64.tar.gz -C pst
138138
```
139139

140140
##### 配置
@@ -261,7 +261,7 @@ kill $(ps aux | grep 'pst' | awk '{print $2}') | head -n 1
261261

262262
##### 下载解压
263263

264-
解压 `pst_v0.9.8_windows_x86_64.zip` 到任意目录(推荐命名文件夹目录名称为 `pst`
264+
解压 `pst_v0.9.9_windows_x86_64.zip` 到任意目录(推荐命名文件夹目录名称为 `pst`
265265

266266
##### 配置
267267

0 commit comments

Comments
 (0)