File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ This tools was designed to allows you to create a Twitch Minecraft modpack expor
6
6
### Windows
7
7
Open command prompt in the same folder as ` twitch-export-win.exe ` and run the following command
8
8
9
- ` twitch-export- win.exe -d= <path to mc instance> -n= <export name> -p= <pack version> -c= <path to .build.json> -ct= <curseAuthenticationToken>`
9
+ ` twitch_export- win.exe -d " <path to mc instance>" -n " <export name>" -p " <pack version>" -c " <path to .build.json>" -ct " <curseAuthenticationToken>" `
10
10
11
11
Run ` twitch-export-win.exe -h ` for help
12
12
13
13
### Mac/Linux
14
14
Open terminal in the same folder as ` twitch-export-linux ` and run the following command
15
15
16
- ` twitch-export -linux -d=<path to mc instance> -n=<export name> -p=<pack version> -c=<path to .build.json> -ct=<curseAuthenticationToken>`
16
+ ` twitch_export -linux -d=<path to mc instance> -n=<export name> -p=<pack version> -c=<path to .build.json> -ct=<curseAuthenticationToken>`
17
17
18
18
Run ` twitch-export-linux -h ` for help
19
19
You can’t perform that action at this time.
0 commit comments