diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-03-30 22:27:16 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-03-30 22:27:16 +0200 |
| commit | 941099778b59da6b904c284e8a82affe4766124b (patch) | |
| tree | 4457787a1b09408fcd1a5607109cc1c902c80af8 /README.md | |
| parent | 74787eefa2ac85d85b484d0ca5dffc6a2a13331d (diff) | |
| download | minishell-941099778b59da6b904c284e8a82affe4766124b.tar.gz minishell-941099778b59da6b904c284e8a82affe4766124b.tar.bz2 minishell-941099778b59da6b904c284e8a82affe4766124b.zip | |
Added doc
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -8,6 +8,11 @@ minishell project of school 42 >make test ``` +## Documentation + +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. + ## TODO ### Mandatory @@ -26,7 +31,7 @@ minishell project of school 42 - [ ] `'` and `"` should work like in bash except for multiline commands - [ ] Redirections `<` `>` `>>` should work like in bash except for file descriptor aggregation - [ ] Pipes | should work like in bash -- [ ] Environment variables (`$` followed by characters) should work like in bash +- [ ] Environment variables (`$` followed by characters) should work like in bash - [ ] `$?` should work like in bash - [ ] `ctrl-C`, `ctrl-D` and `ctrl-\` should have the same result as in bash |
