Skip to content

Commit 863e78e

Browse files
authored
Update README.md
1 parent 842888e commit 863e78e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# slf4j-site
2-
slf4j-site
32

3+
This repository contains the contents of [https://www.slf4j.org](https://www.slf4j.org) site
44

5-
The site can be built by invoking the command
5+
# Build instructions
66

7-
mvn install
7+
The site is copied more than built.
8+
9+
The command for "building" the site contents is:
10+
11+
`mvn install`
12+
13+
This copies html files from `src/site/pages/` folder to `target/site` folder, performing variable replacements along the way.

0 commit comments

Comments
 (0)