We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6f5e1 commit 32043d6Copy full SHA for 32043d6
README.md
@@ -5,3 +5,10 @@ This plugin provides network graph for [GitBucket](https://github.com/gitbucket/
5
## Installation
6
7
Download jar file from [the release page](https://github.com/mrkm4ntr/gitbucket-network-plugin/releases) and put into `GITBUCKET_HOME/plugins`.
8
+
9
+## Build from source
10
11
+1. Install node.js and sbt
12
+1. `$ npm install`
13
+1. `$ npm run build`
14
+1. `$ sbt package`
0 commit comments