From c6d7a8a26f33b1947bb72684457495cc1e2b2ecb Mon Sep 17 00:00:00 2001 From: Daniel Santos Date: Wed, 16 Mar 2022 17:39:28 +0000 Subject: [PATCH] add Documentation section in README.md * README.md has a Documentation section with a link to the online documentation website Signed-off-by: Daniel Santos --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 11dbe1b..428b14b 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ Below, are the meanings of the `FROM` flags. The `TO` flags are the same as the There is also the `DEBUG` flag, which will show all the steps that you number walked through. Remember: you use `-DDEBUG` as an compiler argument. +## Documentation + +See [numericx documentation page](https://dacs-git.codeberg.page/numericx/). Look at `Files > File List` in the documentation menubar website. + ## License MIT