From 785998ef4d1e0671315614bf1a8559d5df455b76 Mon Sep 17 00:00:00 2001 From: Yushiro FURUKAWA Date: Wed, 28 Sep 2016 22:36:35 +0900 Subject: [PATCH] Add prefix "$" for command examples This commits adds "$" as a prefix for command examples and align with 4 whitespaces. Change-Id: I974715879db5d60494fb2bd0b2fd247570a1e623 --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6b822c37..935033b8 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,9 @@ ### Build Instructions Download and do mvn install. -``` -cd java -mvn clean install -``` + + $ cd java + $ mvn clean install There is a pom.xml in the base directory but that should only be used for the StackForge build. The issue is that currently StackForge's bare-precise system only has Maven 2 on it and at least one of the modules of monasca-common requires Maven 3. @@ -38,8 +37,8 @@ python monasca-common To install the python monasca-common modules, git clone the source and run the following command:: - sudo python setup.py install + $ sudo python setup.py install To run the python monasca-common tests use:: - nosetests monasca_common/tests + $ nosetests monasca_common/tests