Skip to content

Commit b61a14d

Browse files
committed
doc: add demo gif
1 parent 8c6a388 commit b61a14d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/demo.gif

660 KB
Loading

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Once downloaded you can either double click on it if you don't want to use any o
1919
### Familiar with "dev things"
2020
This utility is a CLI Node.js script, you can launch it using the following commands :
2121

22-
```
22+
```shell
2323
git clone https://github.com/bmarsaud/cemu-botw-save-teleport
2424
cd cemu-botw-save-teleport
2525
npm install
@@ -28,6 +28,9 @@ npm link
2828
```
2929

3030
## Usage
31+
32+
![demo](.github/demo.gif)
33+
3134
cemu-botw-save-teleport is available with the following options :
3235

3336
|Option|Description|
@@ -36,8 +39,8 @@ cemu-botw-save-teleport is available with the following options :
3639
|`--posY`|Player Y position|
3740
|`--posZ`|Player Z position|
3841
|`--savePath`|To edit a particular save file. The path to the save file.|
39-
|`--dirPath`|To edit the most recent save. The path to the directory containing the `0, 1, 2, 3, 4, 5` save folders|
40-
|`--promptSaves`|When used with `--dirPath`, ask the user which save to edit among the save list|
42+
|`--saveDir`|To edit the most recent save. The path to the directory containing the `0, 1, 2, 3, 4, 5` save folders|
43+
|`--promptSaves`|When used with `--saveDir`, ask the user which save to edit among the save list|
4144

4245
If needed options are missing, it will be asked in the command line.
4346

0 commit comments

Comments
 (0)