@@ -29,22 +29,22 @@ This is one example with specific steps. If you know more about running commands
2929
30301 . From the [ latest release] [ 1 ] , download the following files:
3131
32- - ` ttrpg-convert-cli-2.3.14 -windows-x86_64.zip `
33- - ` ttrpg-convert-cli-2.3.14 -examples.zip `
32+ - ` ttrpg-convert-cli-2.3.15 -windows-x86_64.zip `
33+ - ` ttrpg-convert-cli-2.3.15 -examples.zip `
3434
35352 . Unzip the downloaded files and make sure the folder structure doesn't contain duplicated/nested folders
3636
37- You want ` ttrpg-convert-cli-2.3.14 ` to contain bin, LICENSE, and README.md, not another folder called ` ttrpg-convert-cli-2.3.14 ` .
37+ You want ` ttrpg-convert-cli-2.3.15 ` to contain bin, LICENSE, and README.md, not another folder called ` ttrpg-convert-cli-2.3.15 ` .
3838
39- 3 . Put the ` ttrpg-convert-cli-2.3.14 ` folder in any place you like.
39+ 3 . Put the ` ttrpg-convert-cli-2.3.15 ` folder in any place you like.
4040
4141 For this example, you'll be working from within the bin folder, which contains the file ` ttrpg-convert.exe ` .
4242
43- 1 . Move the other two folders you extracted (` 5etools-mirror-2.github.io-master ` and ` ttrpg-convert-cli-2.3.14 -examples ` ) inside of the bin directory.
43+ 1 . Move the other two folders you extracted (` 5etools-mirror-2.github.io-master ` and ` ttrpg-convert-cli-2.3.15 -examples ` ) inside of the bin directory.
4444
45- 2 . If you leave the extracted ` ttrpg-convert-cli-2.3.14 ` folder in the Downloads directory, the following commands should work:
45+ 2 . If you leave the extracted ` ttrpg-convert-cli-2.3.15 ` folder in the Downloads directory, the following commands should work:
4646
47- 1 . Make the ` Downloads ` directory active. When you list the folders, it should include ` ttrpg-convert-cli-2.3.14 ` .
47+ 1 . Make the ` Downloads ` directory active. When you list the folders, it should include ` ttrpg-convert-cli-2.3.15 ` .
4848
4949 ``` console
5050 cd C:\Users\Xanathar\Downloads
@@ -54,11 +54,11 @@ This is one example with specific steps. If you know more about running commands
5454 2. Make the `ttrpg-convert-cli` active. When you list the folders, it should include `bin`.
5555
5656 ```console
57- cd ttrpg-convert-cli-2.3.14
57+ cd ttrpg-convert-cli-2.3.15
5858 dir
5959 ```
6060
61- 3. Make the `bin` active. When you list the folders, it should include `5etools-mirror-2.github.io-master` and `ttrpg-convert-cli-2.3.14 -examples`.
61+ 3. Make the `bin` active. When you list the folders, it should include `5etools-mirror-2.github.io-master` and `ttrpg-convert-cli-2.3.15 -examples`.
6262
6363 ```console
6464 cd bin
@@ -73,10 +73,10 @@ This is one example with specific steps. If you know more about running commands
7373
74742. Navigate to the bin folder.
7575
76- - If you followed the example above, you can do: `cd C:\Users\Xanathar\Downloads\ttrpg-convert-cli-2.3.14 \bin`
77- - Alternately, navigate to the `ttrpg-convert-cli-2.3.14 ` folder in File Explorer and copy the path from the address bar.
76+ - If you followed the example above, you can do: `cd C:\Users\Xanathar\Downloads\ttrpg-convert-cli-2.3.15 \bin`
77+ - Alternately, navigate to the `ttrpg-convert-cli-2.3.15 ` folder in File Explorer and copy the path from the address bar.
7878 Then go back to Command Prompt, type `cd` and paste the path you just copied, and hit `Enter`.
79- The prompt on the left should now look like this: `<path to the folder you moved ttrpg-convert-cli into>\ttrpg-convert-cli-2.3.14 \bin`
79+ The prompt on the left should now look like this: `<path to the folder you moved ttrpg-convert-cli into>\ttrpg-convert-cli-2.3.15 \bin`
8080
81813. Type `ttrpg-convert.exe --index -o dm 5etools-mirror-2.github.io-master/data` and hit `Enter`.
8282
0 commit comments