diff --git a/README.md b/README.md
index 7588feb..90112ba 100644
--- a/README.md
+++ b/README.md
@@ -189,17 +189,25 @@ Libuv is distributed with compile-r7rs on Windows.
## Installation
-You will need Chibi scheme and snow-chibi installed.
+You will need Chibi scheme and snow-chibi installed. For static build you need
+chicken 5.
First install linux dependencies:
- apt-get install build-essential make libffi-dev
+ apt-get install build-essential make libffi-dev chicken-bin
+
+Then install latest Chibi scheme from git.
And then run:
make
make install
+Or:
+
+ make build-static
+ make install
+
## Usage