commit b537fa5eb111fd979e55a061b026bc1ec5fb9670 parent 076217cc7b876d9b7c361efa5b5a87a53ed7bcbf Author: afify <hassan@afify.dev> Date: Wed, 18 Nov 2020 08:47:59 +0300 [doc] update README Diffstat:
M | README.md | | | 15 | +++++++++++++-- |
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -1,10 +1,17 @@ azan-nasm ========= +**prayers time calculator, written in nasm.** -azan-nasm is nasm azan implementation +- standalone nasm +- unix portable syscalls +- tested on Linux and OpenBSD Installation ------------ +**dependency** +- nasm (assembler) +- ld (linker) + **current** ```sh git clone https://github.com/afify/azan-nasm.git @@ -27,6 +34,10 @@ $ azan-nasm Options ------- ```sh -$ azan-nasm $ man azan-nasm ``` + +Configuration +------------- +The configuration of azan-nasm is done by creating a custom config.s +and (re)compiling the source code.