From 5f7f94b800c8f6425d3e6ad8823a6b84a67978f8 Mon Sep 17 00:00:00 2001 From: Andinus Date: Thu, 29 Jul 2021 19:47:00 +0530 Subject: Initial Commit --- README | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..7cbbb65 --- /dev/null +++ b/README @@ -0,0 +1,106 @@ + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + LACERTA + Lacerta parses WhatsApp exported logs + + Andinus + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + + +Table of Contents +───────────────── + +Installation +Documentation +News + + +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + Website + Source + GitHub (mirror) +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + + +Installation +════════════ + + Lacerta is released to `fez', you can get it from there or install it + from source. In any case, `zef' is required to install the + distribution. + + You can run Lacerta without `zef'. Just run `raku -Ilib bin/lacerta' + from within the source directory. + + +Release +─────── + + 1. Run `zef install lacerta'. + + Lacerta should be installed, try running `lacerta --version' to + confirm. + + +From Source +─────────── + + You can either download the release archive generated by cgit/GitHub + or clone the project if you have `git' installed. + + +Without `git' +╌╌╌╌╌╌╌╌╌╌╌╌╌ + + 1. Download the release: + • + • + 2. Extract the file. + 3. Run `zef install .' in source directory. + + +With `git' +╌╌╌╌╌╌╌╌╌╌ + + All commits will be signed by my [PGP Key]. + + ┌──── + │ # Clone the project. + │ git clone https://git.tilde.institute/andinus/lacerta + │ cd lacerta + │ + │ # Install lacerta. + │ zef install . + └──── + + +[PGP Key] + + + +Documentation +═════════════ + +Implementation +────────────── + + Just enter the player names & it'll print each throw along with + scores. Press enter to play another round. + + +Options +─────── + +players +╌╌╌╌╌╌╌ + + Number of players. Default is 2, should be an integer equal to or + greater than 2. + + +News +════ + +v0.1.0 - 2021-07-29 +─────────────────── + + Initial Implementation. -- cgit 1.4.1-2-gfad0