Skip to content

Commit 7735783

Browse files
committed
Update md for ver11
1 parent cd0638b commit 7735783

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,16 @@ up/down切换命令,鼠标右键快速粘贴,支持tab补全(如果人格
1414
ghost_terminal.exe -g ghost_name -c command
1515
# or
1616
ghost_terminal.exe -gh ghost_hwnd -c command
17+
# or(Ver11后)
18+
ghost_terminal.exe [-gh | -g] ghost -s sakura-script
1719
```
1820
比如:
1921
```bat
2022
//...
2123
..\saori\ghost_terminal.exe -g Taromati2 -c reload
2224
@echo on
2325
```
24-
ghost_name 可以是Sakura(`\0`)端名称,或`ShioriEcho.GetName`返回的`GhostName`
26+
ghost_name 可以是Sakura(`\0`)端名称,或`ShioriEcho.GetName`返回的`GhostName`,(Ver11后)或descript.txt中的ghost名称
2527

2628
### 需求
2729
支持`ShioriEcho``ShioriEcho.GetResult`的人格

README_EN.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,16 @@ Facilitate ghost development
1414
ghost_terminal.exe -g ghost_name -c command
1515
# or
1616
ghost_terminal.exe -gh ghost_hwnd -c command
17+
# or (after Ver11)
18+
ghost_terminal.exe [-gh | -g] ghost -s sakura-script
1719
```
1820
For example:
1921
```bat
2022
//...
2123
..\saori\ghost_terminal.exe -g Taromati2 -c reload
2224
@echo on
2325
```
24-
ghost_name can be either the name of the Sakura (`\0`) side, or the `GhostName` returned by `ShioriEcho.GetName`
26+
ghost_name can be either the name of the Sakura (`\0`) side, or the `GhostName` returned by `ShioriEcho.GetName`, (after Ver11) or ghost name in descript.txt
2527

2628
### need
2729
The ghost support `ShioriEcho` and `ShioriEcho.GetResult`

0 commit comments

Comments
 (0)