Skip to content

Commit 4a6c818

Browse files
committed
add build instructions.
1 parent 6abd029 commit 4a6c818

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
gitbucket-explorer-plugin
22
===
33

4-
The plugin provides an explorer like file tree of GIT repositories for [GitBucket](https://github.com/gitbucket/gitbucket).
4+
This plugin provides an explorer like file tree for GIT repositories with [GitBucket](https://github.com/gitbucket/gitbucket).
55

66
![screenshot](screenshot.png)
77

@@ -25,7 +25,15 @@ Installation
2525

2626
Copy the downloaded plug-in JAR file to your `GITBUCKET_HOME/plugins` directory, and then restart the GitBucket instance.
2727

28-
Release
28+
Building
29+
---
30+
Pre-requisites are Node, NPM, SBT, and Java 8.
31+
- Run `npm install` to install all node dependencies.
32+
- Run `npm run-script release` to create a **complete** release (this will call SBT too).
33+
34+
See `package.json` for more details.
35+
36+
Releases
2937
---
3038

3139
### 4.0.0 - 5 Sept 2017
@@ -58,4 +66,4 @@ Release
5866
Credits
5967
---
6068

61-
This plug-in was developed by [@tomoki1207](https://github.com/tomoki1207)
69+
This plug-in was developed by [@tomoki1207](https://github.com/tomoki1207).

0 commit comments

Comments
 (0)