From ad94262a160bd5b863059fee787492a8da46e5f1 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Tue, 24 Dec 2024 09:31:05 +0200 Subject: [PATCH] Update readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d32e299..58c1c8b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -Non implementation specific implementation of [SRFI-138](https://srfi.schemers.org/srfi-138/srfi-138.html). +Non Scheme implementation specific implementation of +[SRFI-138](https://srfi.schemers.org/srfi-138/srfi-138.html). ## Dependencies @@ -16,13 +17,19 @@ For jar: ## Installing -- Download the scman script +- Download the scman script - Place it in ${HOME}/.local/bin - Add ${HOME}/.local/bin to the PATH - For example add to your .bashrc: export PATH="${HOME}/.local/bin:${PATH}" - Make the script runnable - chmod -x ${HOME}/.local/bin/scman +You can also run it in place with + + ./scman ... + +but the ${HOME}/.local/bin needs to be in your path for you to be able to run the implementations. + ## Usage The environment variable SCC must be set to the same value as the implementations command.