diff options
author | Lan Hui <1348141770@qq.com> | 2021-07-14 15:22:08 +0800 |
---|---|---|
committer | Lan Hui <1348141770@qq.com> | 2021-07-14 15:22:08 +0800 |
commit | bfe79db60e6e3d13b7e9e357809dbb056a9985a3 (patch) | |
tree | 64ca9bf7b0440caea8a018fbc8c9534d67ffdda2 /README.md | |
parent | 7ca81ef76a787631b177d4035ac2cfb832eb8f03 (diff) |
README.md: specify the location of the generated cross-referencing document.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |