Skip to content

Commit

Permalink
📝 Update README-WINDOWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient authored Jan 24, 2024
1 parent bd1bd3f commit 95557da
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README-WINDOWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ This is one example with specific steps. If you know more about running commands

1. From the [latest release][1], download the following files:

- `ttrpg-convert-cli-2.2.13-windows-x86_64.zip`
- `ttrpg-convert-cli-2.2.13-examples.zip`
- `ttrpg-convert-cli-2.2.17-windows-x86_64.zip`
- `ttrpg-convert-cli-2.2.17-examples.zip`

2. Unzip the downloaded files and make sure the folder structure doesn't contain duplicated/nested folders

You want `ttrpg-convert-cli-2.2.13` to contain bin, LICENSE, and README.md, not another folder called `ttrpg-convert-cli-2.2.13`.
You want `ttrpg-convert-cli-2.2.17` to contain bin, LICENSE, and README.md, not another folder called `ttrpg-convert-cli-2.2.17`.

3. Put the `ttrpg-convert-cli-2.2.13` folder in any place you like.
3. Put the `ttrpg-convert-cli-2.2.17` folder in any place you like.

For this example, you'll be working from within the bin folder, which contains the file `ttrpg-convert.exe`.

1. Move the other two folders you extracted (`5etools-mirror-1.github.io-master` and `ttrpg-convert-cli-2.2.13-examples`) inside of the bin directory.
1. Move the other two folders you extracted (`5etools-mirror-1.github.io-master` and `ttrpg-convert-cli-2.2.17-examples`) inside of the bin directory.

2. If you leave the extracted `ttrpg-convert-cli-2.2.13` folder in the Downloads directory, the following commands should work:
2. If you leave the extracted `ttrpg-convert-cli-2.2.17` folder in the Downloads directory, the following commands should work:

1. Make the `Downloads` directory active. When you list the folders, it should include `ttrpg-convert-cli-2.2.13`.
1. Make the `Downloads` directory active. When you list the folders, it should include `ttrpg-convert-cli-2.2.17`.

```console
cd C:\Users\Xanathar\Downloads
Expand All @@ -48,11 +48,11 @@ This is one example with specific steps. If you know more about running commands
2. Make the `ttrpg-convert-cli` active. When you list the folders, it should include `bin`.

```console
cd ttrpg-convert-cli-2.2.13
cd ttrpg-convert-cli-2.2.17
dir
```

3. Make the `bin` active. When you list the folders, it should include `5etools-mirror-1.github.io-master` and `ttrpg-convert-cli-2.2.13-examples`.
3. Make the `bin` active. When you list the folders, it should include `5etools-mirror-1.github.io-master` and `ttrpg-convert-cli-2.2.17-examples`.

```console
cd bin
Expand All @@ -67,10 +67,10 @@ This is one example with specific steps. If you know more about running commands

2. Navigate to the bin folder.

- If you followed the example above, you can do: `cd C:\Users\Xanathar\Downloads\ttrpg-convert-cli-2.2.13\bin`
- Alternately, navigate to the `ttrpg-convert-cli-2.2.13` folder in File Explorer and copy the path from the address bar.
- If you followed the example above, you can do: `cd C:\Users\Xanathar\Downloads\ttrpg-convert-cli-2.2.17\bin`
- Alternately, navigate to the `ttrpg-convert-cli-2.2.17` folder in File Explorer and copy the path from the address bar.
Then go back to Command Prompt, type `cd` and paste the path you just copied, and hit `Enter`.
The prompt on the left should now look like this: `<path to the folder you moved ttrpg-convert-cli into>\ttrpg-convert-cli-2.2.13\bin`
The prompt on the left should now look like this: `<path to the folder you moved ttrpg-convert-cli into>\ttrpg-convert-cli-2.2.17\bin`

3. Type `ttrpg-convert.exe --index -o dm 5etools-mirror-1.github.io-master/data` and hit `Enter`.

Expand Down

0 comments on commit 95557da

Please sign in to comment.