Skip to content

Commit 821a9fe

Browse files
committed
Update README.md
1 parent 3dbe319 commit 821a9fe

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,4 @@ See [Connect to H2 database](https://github.com/gitbucket/gitbucket/wiki/Connect
3737

3838
## Build from source
3939

40-
1. Install sbt and hit `sbt assembly` in the root directory of this repository.
41-
2. Copy `target/scala-2.12/gitbucket-gist-plugin-assembly-x.x.x.jar` into `GITBUCKET_HOME/plugins`.
42-
3. GitBucket restarts automatically.
43-
44-
or you can build and install by just hitting `sbt install`.
40+
Run `sbt assembly` and copy generated `/target/scala-2.12/gitbucket-gist-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

Comments
 (0)