Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Aug 6, 2019
1 parent f94143e commit c7413ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gitbucket-notifications-plugin [![Build Status](https://travis-ci.org/gitbucket/gitbucket-notifications-plugin.svg)](https://travis-ci.org/gitbucket/gitbucket-notifications-plugin) [![GitBucket Plugins](https://plugins.gitbucket-community.org/badge/gitbucket-notifications-plugin/latest.svg)](https://plugins.gitbucket-community.org/repos/gitbucket-notifications-plugin)
# gitbucket-notifications-plugin [![Build Status](https://travis-ci.org/gitbucket/gitbucket-notifications-plugin.svg)](https://travis-ci.org/gitbucket/gitbucket-notifications-plugin)

This plug-in provides notifications feature on GitBucket.

Expand Down Expand Up @@ -55,4 +55,4 @@ You can subscribe or unsubscribe to individual issues.

## Build from source

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`.
Run `sbt assembly` and copy generated `/target/scala-2.13/gitbucket-notifications-plugin-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 comments on commit c7413ad

Please sign in to comment.