You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ Written in Java. Designed for all platform and portable use.
8
8
- GUI: Open your file manager, right-click the file and get into "Properties", search and check "Executable" (or similar options).
9
9
- CLI: Run `chmod +x <path>`, where "path" is the path to the "curseforge" bash script.
10
10
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`.
0 commit comments