]> git.r.bdr.sh - rbdr/page/blobdiff - README.md
Remove fail threshold as it's not consistent
[rbdr/page] / README.md
index b842b0a79259690de8ab195d1e6a8760f2f9f50a..d6d889c40dc25242f722142d67066a31f2f38c2c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,7 +9,8 @@ want to generate some HTML"
 
 1. Stand on the directory you want to turn into a page
 2. run page
 
 1. Stand on the directory you want to turn into a page
 2. run page
-3. your output is in ../<directory_name>_html
+3. your html output is in ../<directory_name>_html
+4. your gemini without frontmatter output is in ../<directory_name>_gemini
 
 So for example:
 
 
 So for example:
 
@@ -20,6 +21,7 @@ $ page
 $ ls ..
 website/
 website_html/
 $ ls ..
 website/
 website_html/
+website_gemini/
 ```
 
 ## Front Matter
 ```
 
 ## Front Matter
@@ -68,3 +70,9 @@ Build dev version with `make` or `make build`.
 
 Build release with `make -e profile=release` or `make -e profile=release build`.
 
 
 Build release with `make -e profile=release` or `make -e profile=release build`.
 
+Run tests with `make test`.
+
+If you have [tarpaulin][tarpaulin], you can also run `make coverage` to get
+coverage information.
+
+[tarpaulin]: https://github.com/xd009642/tarpaulin