From a238d9aa50f88af04279d7e29b540bbad6d2f842 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 9 Oct 2020 14:55:28 +0200 Subject: Norming eval --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 9df33be..d8334cc 100644 --- a/README.md +++ b/README.md @@ -21,10 +21,12 @@ Done with [minishell\_test](https://github.com/cacharle/minishell_test). ```sh $ git submodule update minishell_test $ cd minishell_test +$ ./run --help $ ./run ``` ## Documentation +Install [Doxygen](https://www.doxygen.nl/index.html) Generate with `make doc` (clean with `make doc_clean`). You can then read the man pages in `./doc/man` or open `./doc/html/index.html` in your browser. -- cgit