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
Copy file name to clipboardExpand all lines: README.md
+22-4Lines changed: 22 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,18 @@
21
21

22
22

[](https://sonarcloud.io/dashboard?id=dazednconfused_macata-launcher)
@@ -29,6 +41,16 @@ MaCata requires Java 11 to run.
29
41
30
42
Just put the `macatalauncher.jar` in some folder of your choice and double click!
31
43
44
+
## Build
45
+
46
+
Just run `mvn package` and a `macatalauncher-x.x.x.jar` binary will be built in the `target` directory.
47
+
48
+
## Development
49
+
50
+
Before making changes to the codebase, installing `husky` is encouraged: https://typicode.github.io/husky/get-started.html
51
+
52
+
While not mandatory, if commits are not properly formatted, they may get rejected by GitHub's `commitlint` action.
53
+
32
54
## Features
33
55
34
56
### Current
@@ -55,10 +77,6 @@ Just put the `macatalauncher.jar` in some folder of your choice and double click
55
77
- I want to focus mainly on macOS since there are already some excellent launchers for Windows and Linux already.
56
78
- Having said that, given the current launcher architecture, I would like to think it wouldn't be terribly hard to support Linux and/or Windows. Just a couple of changes to the [launcher class](src/main/java/com/dazednconfused/catalauncher/launcher/CDDALauncherManager.java) maybe? PRs welcome!
57
79
58
-
## Build
59
-
60
-
Just run `mvn package` and a `macatalauncher-x.x.x.jar` binary will be built in the `target` directory.
0 commit comments