From 9509322ecd8e709ce8a17442836b6ff15ba2edff Mon Sep 17 00:00:00 2001
From: obscuren <geffobscura@gmail.com>
Date: Mon, 10 Nov 2014 13:36:53 +0100
Subject: [PATCH] Updated readme

---
 README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README.md b/README.md
index 3d4cb171a..367387390 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,19 @@ Mist only
 -asset_path    absolute path to GUI assets directory
 ```
 
+Tools
+=====
+
+Go Ethereum comes with several binaries:
+
+* `mist` Official Ethereum Browser
+* `ethereum` Ethereum CLI
+* `ethtest` test tool which runs with the [tests](https://github.com/ethereum/testes) suit: 
+  `ethtest "`cat myfile.json`"`.
+* `evm` is a generic Ethereum Virtual Machine: `evm -code 60ff60ff -gas
+  10000 -price 0 -dump`. See `-h` for a detailed description.
+
+
 Contribution
 ============
 
-- 
GitLab