@@ -29,22 +29,22 @@ This is one example with specific steps. If you know more about running commands
29
29
30
30
1 . From the [ latest release] [ 1 ] , download the following files:
31
31
32
- - ` ttrpg-convert-cli-2.3.0 -windows-x86_64.zip `
33
- - ` ttrpg-convert-cli-2.3.0 -examples.zip `
32
+ - ` ttrpg-convert-cli-2.3.1 -windows-x86_64.zip `
33
+ - ` ttrpg-convert-cli-2.3.1 -examples.zip `
34
34
35
35
2 . Unzip the downloaded files and make sure the folder structure doesn't contain duplicated/nested folders
36
36
37
- You want ` ttrpg-convert-cli-2.3.0 ` to contain bin, LICENSE, and README.md, not another folder called ` ttrpg-convert-cli-2.3.0 ` .
37
+ You want ` ttrpg-convert-cli-2.3.1 ` to contain bin, LICENSE, and README.md, not another folder called ` ttrpg-convert-cli-2.3.1 ` .
38
38
39
- 3 . Put the ` ttrpg-convert-cli-2.3.0 ` folder in any place you like.
39
+ 3 . Put the ` ttrpg-convert-cli-2.3.1 ` folder in any place you like.
40
40
41
41
For this example, you'll be working from within the bin folder, which contains the file ` ttrpg-convert.exe ` .
42
42
43
- 1 . Move the other two folders you extracted (` 5etools-mirror-2.github.io-master ` and ` ttrpg-convert-cli-2.3.0 -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.1 -examples ` ) inside of the bin directory.
44
44
45
- 2 . If you leave the extracted ` ttrpg-convert-cli-2.3.0 ` folder in the Downloads directory, the following commands should work:
45
+ 2 . If you leave the extracted ` ttrpg-convert-cli-2.3.1 ` folder in the Downloads directory, the following commands should work:
46
46
47
- 1 . Make the ` Downloads ` directory active. When you list the folders, it should include ` ttrpg-convert-cli-2.3.0 ` .
47
+ 1 . Make the ` Downloads ` directory active. When you list the folders, it should include ` ttrpg-convert-cli-2.3.1 ` .
48
48
49
49
``` console
50
50
cd C:\Users\Xanathar\Downloads
@@ -54,11 +54,11 @@ This is one example with specific steps. If you know more about running commands
54
54
2. Make the `ttrpg-convert-cli` active. When you list the folders, it should include `bin`.
55
55
56
56
```console
57
- cd ttrpg-convert-cli-2.3.0
57
+ cd ttrpg-convert-cli-2.3.1
58
58
dir
59
59
```
60
60
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.0 -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.1 -examples`.
62
62
63
63
```console
64
64
cd bin
@@ -73,10 +73,10 @@ This is one example with specific steps. If you know more about running commands
73
73
74
74
2. Navigate to the bin folder.
75
75
76
- - If you followed the example above, you can do: `cd C:\Users\Xanathar\Downloads\ttrpg-convert-cli-2.3.0 \bin`
77
- - Alternately, navigate to the `ttrpg-convert-cli-2.3.0 ` 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.1 \bin`
77
+ - Alternately, navigate to the `ttrpg-convert-cli-2.3.1 ` folder in File Explorer and copy the path from the address bar.
78
78
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.0 \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.1 \bin`
80
80
81
81
3. Type `ttrpg-convert.exe --index -o dm 5etools-mirror-2.github.io-master/data` and hit `Enter`.
82
82
0 commit comments