Update README.md

This commit is contained in:
dermagen 2024-07-27 17:26:43 -04:00 committed by GitHub
parent 6bade8e391
commit 9847b1366b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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