From 947111dc6106fcd159f497f6750faf0ee800893c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Moreau?= <cem.moreau@gmail.com>
Date: Thu, 3 Dec 2015 22:11:25 +0100
Subject: [PATCH] Update readme.md

---
 readme.md | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/readme.md b/readme.md
index 669d82e21..7a95478db 100644
--- a/readme.md
+++ b/readme.md
@@ -10,7 +10,24 @@ Inspired by [Bitcoin](https://github.com/bitcoin/bitcoin) and [OpenUDC project](
 
 Software is still under development, and **no production currency using uCoin exists for now**.
 
-However, it already exists a testing currency named [MetaBrouzouf](http://ucoin.io/try/).
+However, it already exists a testing currency named [MetaBrouzouf](http://ucoin.io/try/). Want to test it? Two ways.
+
+### Add your node to the network
+
+```
+$ wget -qO- https://raw.githubusercontent.com/ucoin-io/ucoin/master/install.sh | bash
+$ ucoind init
+$ ucoind sync metab.ucoin.io 9201
+$ ucoind start
+```
+
+and you are done! See [Install documentation](https://github.com/ucoin-io/ucoin/wiki/Install-uCoin-node) for further details.
+
+### Try Sakia Wallet
+
+In the world of crypto-currencies, [Sakia Wallet](http://sakia-wallet.org/) would be called a [SPV](https://en.bitcoin.it/wiki/Thin_Client_Security#Simplified_Payment_Verification_.28SPV.29_Clients) client. It is a graphical client connecting to the network. See this [tutorial](http://forum.ucoin.io/t/subscribing-to-meta-brouzouf-testing-currency/199) to join in the testing currency with Sakia.
+
+![](http://sakia-wallet.org/img/Dividends.png)
 
 ## Going further
 
-- 
GitLab