summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLan Hui <1348141770@qq.com>2021-07-14 15:22:08 +0800
committerLan Hui <1348141770@qq.com>2021-07-14 15:22:08 +0800
commitbfe79db60e6e3d13b7e9e357809dbb056a9985a3 (patch)
tree64ca9bf7b0440caea8a018fbc8c9534d67ffdda2 /README.md
parent7ca81ef76a787631b177d4035ac2cfb832eb8f03 (diff)
README.md: specify the location of the generated cross-referencing document.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8344f39..cc46953 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,10 @@ Example for generating web pages:
python ./src/storode.py ./example/srs_with_id.txt ./example/src
```
+A cross-referencing document will be generated at
+./doc/example-srs_with_id.html. Open example-srs_with_id.html in a
+web browser to view it.
+
Example for testing collision rate of cut of MD5 digest:
```bash