From 983b65690992a98bc3c650430a9fca22359b5d74 Mon Sep 17 00:00:00 2001 From: Mikhail Sobolev Date: Tue, 26 Mar 2013 08:25:20 +0200 Subject: [PATCH] slightly re-phrase the build from source in README Upstream-commit: a26c58e27ef5ab1b017097fd8fc75d778d7c9eef Component: engine --- components/engine/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/engine/README.md b/components/engine/README.md index 0ff28ec101..247d763e30 100644 --- a/components/engine/README.md +++ b/components/engine/README.md @@ -67,7 +67,8 @@ Building from source 2. Execute ``make`` -3. Find your binary in ``bin/docker`` + This command will install all necessary dependencies and build the + executable that you can find in ``bin/docker`` Installing on Ubuntu 12.04 and 12.10 ------------------------------------