diff options
author | Andinus <andinus@nand.sh> | 2023-03-28 10:13:04 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2023-03-28 10:13:04 +0530 |
commit | eb3e195fb9479f4f6b00d1f76a0cb47a8d8f30d9 (patch) | |
tree | e5206df8adb62c5ccf606e15c27037d98df770d9 /INSTALL | |
download | TemplateNestFast-eb3e195fb9479f4f6b00d1f76a0cb47a8d8f30d9.tar.gz |
Initialize repository
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..43e07a7 --- /dev/null +++ b/INSTALL @@ -0,0 +1,57 @@ + __________________________________________________ + + Template::Nest::Fast + manipulate a generic template structure via a + Raku hash + + Andinus + __________________________________________________ + + +Table of Contents +_________________ + +1. Release +2. From Source + + +1 Release +========= + + 1. Run `zef install Template::Nest::Fast'. + + +2 From Source +============= + + You can either download the release archive generated by cgit/GitHub + or clone the project if you have `git' installed. + + +2.1 Without `git' +~~~~~~~~~~~~~~~~~ + + 1. Download the release: + - <https://git.unfla.me/TemplateNestFast> + - <https://github.com/andinus/TemplateNestFast/releases> + 2. Extract the file. + 3. Run `zef install .' in source directory. + + +2.2 With `git' +~~~~~~~~~~~~~~ + + All commits will be signed by my [PGP Key]. + + ,---- + | # Clone the project. + | git clone https://github.com/andinus/TemplateNestFast + | cd TemplateNestFast + | + | # Install Template::Nest::Fast. + | zef install . + `---- + + +[PGP Key] +<https://andinus.nand.sh/static/D9AE4AEEE1F1B3598E81D9DFB67D55D482A799FD.asc> |