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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,3 +48,7 @@ If you won't receive any notifications, you select Ignoring.
48
48
### Subscribing to issues
49
49
50
50
You can subscribe or unsubscribe to individual issues.
51
+
52
+
## Build from source
53
+
54
+
Run `sbt assembly` and copy generated `/target/scala-2.12/gitbucket-notifications-plugin-assembply-x.x.x.jar` to `~/.gitbucket/plugins/` (If the directory does not exist, create it by hand before copying the jar), or just run `sbt install`.
0 commit comments