Update readme

This commit is contained in:
retropikzel 2024-12-24 09:31:05 +02:00
parent efec2ae894
commit ad94262a16
1 changed files with 9 additions and 2 deletions

View File

@ -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 ## Dependencies
@ -23,6 +24,12 @@ For jar:
- Make the script runnable - Make the script runnable
- chmod -x ${HOME}/.local/bin/scman - 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 ## Usage
The environment variable SCC must be set to the same value as the implementations command. The environment variable SCC must be set to the same value as the implementations command.