meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| start_hacking [2023/04/02 22:48] – revusky | start_hacking [2023/05/06 17:25] (current) – revusky | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| CongoCC is based on the idea that things should //just work//. If all you want to do is use the tool, all you need to do is download the file: | CongoCC is based on the idea that things should //just work//. If all you want to do is use the tool, all you need to do is download the file: | ||
| - | [[https:// | + | [[https:// |
| There are no dependencies (aside from a JDK) and it should be runnable via: | There are no dependencies (aside from a JDK) and it should be runnable via: | ||
| - | java -jar congocc-full.jar < | + | java -jar congocc.jar < |
| That’s all, folks! The above command-line should work on PC, Mac, or Linux. | That’s all, folks! The above command-line should work on PC, Mac, or Linux. | ||