Skip to content

Commit abdb0ff

Browse files
committed
updated readme with make commands
1 parent ec1bd1a commit abdb0ff

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,20 @@ For full documentation visit [mkdocs.org](http://mkdocs.org).
2020
index.md # The documentation homepage.
2121
... # Other markdown pages, images and other files.
2222

23+
## Developing the site
24+
25+
* Ensure mkdocs is installed. See above.
26+
* Checkout the latest *dev* branch.
27+
* From the commandline, run `make build`
28+
- Downloads the latest files - Example: Pattern Kit's README.md.
29+
- Builds the site at "./site"
30+
2331
## Deploying the site
2432

2533
* Ensure mkdocs is installed. See above.
2634
* Checkout the latest *dev* branch.
27-
* From the commandline, run `make deploy` - This will build the *dev* branch in the *master* branch.
35+
* From the commandline, run `make deploy`
36+
- Downloads the latest files - Example: Pattern Kit's README.md.
37+
- This will build the *dev* branch in the *master* branch.
2838
* Push changes to this repository.
2939
* Changes should be seen on [patternbuilder.github.io](http://patternbuilder.github.io).

0 commit comments

Comments
 (0)