mirror of
https://github.com/false-schemers/skint.git
synced 2024-11-16 07:47:54 +01:00
Update README.md
This commit is contained in:
parent
6bade8e391
commit
9847b1366b
1 changed files with 9 additions and 0 deletions
|
@ -31,6 +31,15 @@ it is recommended to use this option on 64-bit systems.
|
|||
The resulting interpreter has no dependencies (except for C runtime and standard -lm math library) and can be run from any location.
|
||||
If linked statically, it can be easily moved between systems with the same ABI.
|
||||
|
||||
If you would prefer these decisions to be made for you, please follow the instructions below. Skint will be
|
||||
installed as `/usr/local/bin/skint` command.
|
||||
|
||||
```
|
||||
$ git clone https://github.com/false-schemers/skint.git
|
||||
$ cd skint
|
||||
$ make
|
||||
$ sudo make install
|
||||
```
|
||||
|
||||
## Scheme Compatibility
|
||||
|
||||
|
|
Loading…
Reference in a new issue