Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

Commit 6516149

Browse files
Instructions for directly running jar file
1 parent 7219447 commit 6516149

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Written in Java. Designed for all platform and portable use.
88
- GUI: Open your file manager, right-click the file and get into "Properties", search and check "Executable" (or similar options).
99
- CLI: Run `chmod +x <path>`, where "path" is the path to the "curseforge" bash script.
1010
5. Run `./curseforge` in the terminal you opened to start it.
11+
6. (Optional) Put the path where you extracted the program to the PATH variable. That way you can run `curseforge` directly from terminal without `cd`-ing to there first.
12+
13+
If you want to use the "curseforge-cli.jar" file directly, follow step 2 and 3 above, and then do the following:
14+
- Run `java -jar curseforge-cli.jar --args` and put your arguments after `--args`.
1115

1216
### Commands
1317
- `help` Display commands of the program.

0 commit comments

Comments
 (0)