spook

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

commit 92fa0fdc483aa040f75eb715992ae7a76aa0ed60
parent 999c213eb3690688d4bc0232e82bebc825058e7b
Author: Yuval Langer <yuvallangerontheroad@gmail.com>
Date:   Mon, 23 Oct 2023 09:59:32 +0300

Add README file.

Diffstat:
AREADME.org | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/README.org b/README.org @@ -0,0 +1,12 @@ +* Installing Chicken Spock on Termux: + +#+begin_src shell + apt install chicken + chicken-install spock +#+end_src + +Now you can run: + +#+begin_src shell + make all +#+end_src