diff --git a/README.md b/README.md
index 1ff8287..0488c8f 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,17 @@ Only dependency is Ruby.
## Installation
-<code><pre>
-curl <a href="https://git.kmx.io/kmx.io/rbpkg/_blob/master/bin/rbpkg_bootstrap">https://git.kmx.io/kmx.io/rbpkg/_blob/master/bin/rbpkg_bootstrap</a> | sh
+Using git :
+```
+git clone https://git.kmx.io/kmx.io/rbpkg.git ~/rbpkg
+. ~/rbpkg/etc/profile
+```
+
+Using [`rbpkg_bootstrap`](https://git.kmx.io/kmx.io/rbpkg/_tree/master/bin/rbpkg_bootstrap) :
+```
+curl https://git.kmx.io/kmx.io/rbpkg/_blob/master/bin/rbpkg_bootstrap | sh
. ~/rbpkg/etc/profile
-</pre></code>
+```
## Examples