Skip to content

Commit 200b89b

Browse files
README.md: Update/Fix documentation section
Signed-off-by: Ronald Cron <[email protected]>
1 parent 0f2ef4a commit 200b89b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ The main Mbed TLS documentation is available via [ReadTheDocs](https://mbed-tls.
2222
To generate a local copy of the library documentation in HTML format, tailored to your compile-time configuration:
2323

2424
1. Make sure that [Doxygen](http://www.doxygen.nl/) is installed.
25-
1. Run `mkdir /path/to/build_dir && cd /path/to/build_dir`
26-
1. Run `cmake /path/to/mbedtls/source`
27-
1. Run `make apidoc`
25+
1. Run `cmake -B /path/to/build_dir /path/to/mbedtls/source`
26+
1. Run `cmake --build /path/to/build_dir --target mbedtls-apidoc`
2827
1. Browse `apidoc/index.html` or `apidoc/modules.html`.
2928

3029
For other sources of documentation, see the [SUPPORT](SUPPORT.md) document.

0 commit comments

Comments
 (0)