Update readme
This commit is contained in:
parent
efec2ae894
commit
ad94262a16
|
@ -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
|
||||
|
||||
|
@ -23,6 +24,12 @@ For jar:
|
|||
- 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.
|
||||
|
|
Loading…
Reference in New Issue