From fe88ba70961a690e973e9fa1afddb859b5517c45 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Sun, 20 Oct 2013 21:44:31 +0900 Subject: [PATCH] update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 022b178a..a1b7c64d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ - direct threaded VM - exact GC (simple mark and sweep strategy) - advanced REPL support (multi-line input, etc) +- tiny & portable library (all functions will be in `libpicrin.so`) ## Homepage @@ -35,6 +36,10 @@ https://github.com/wasabiz/picrin In the default option, when `make` command is called without arguments, it builds the binary and right after that dropped into the picrin interactive shell (REPL). +- install + + As of now picrin does not provide a command automatically installs the binary. If you want to place picrin library and binary in a parmanent directory, please do it by hand. + ## Requirement picrin scheme depends on some external libraries to build the binary: