Skip to content

Commit 5aee51f

Browse files
committed
doco
1 parent a9f16c9 commit 5aee51f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This plugin provides *Project Pages* functionality for
77
## User guide
88

99
This plugin serves static files directly from one of the following
10-
place:
10+
places:
1111

1212
- `gb-pages` branch (with fallback to `gh-pages` to be compatible with
1313
github, this is the default)
@@ -16,18 +16,18 @@ place:
1616

1717
### Quick start
1818

19-
- create directory or branch if necessary (eg. create an orphan branch called `gb-pages`: `git checkout --orphan gb-pages && git rm -f $(git ls-files)`)
19+
- create a directory or branch if necessary (eg. create an orphan branch called `gb-pages`: `git checkout --orphan gb-pages && git rm -f $(git ls-files)`)
2020
- create a static site under this branch. E.g. `echo '<h1>hello, world</h1>' > index.html` to create a simple file.
2121
- commit && push to gitbucket this orphan branch
2222
- open the browser and point to `<your repo url>/pages`
2323

24-
**Note**: This plugin won't render markdown content. To render markdown content, use the wiki or one of the many static
24+
**Note**: This plugin won't render markdown content. To render markdown content, use the GitBucket Wiki functionality, or just one of the many static
2525
site generators ([jekyll](http://jekyllrb.com/), [hugo](https://gohugo.io/), etc)
2626

2727
## Installation
2828

2929
- download from [releases](https://github.com/gitbucket/gitbucket-pages-plugin/releases)
30-
- copy the jar file to `<GITBUCKET_HOME>/plugins/` (Note that `GITBUCKET_HOME` defaults to `~/.gitbucket`)
30+
- copy the jar file to `<GITBUCKET_HOME>/plugins/` (Note that `GITBUCKET_HOME` defaults to `~/.gitbucket` if not changed otherwise)
3131
- restart gitbucket and enjoy
3232

3333
## Versions

0 commit comments

Comments
 (0)