From 7f54c76a9a76ca5daaf98344b75d515315812d8e Mon Sep 17 00:00:00 2001 From: Yushiro FURUKAWA Date: Wed, 28 Sep 2016 22:48:00 +0900 Subject: [PATCH] Add prefix "$" for command examples This commits adds "$" as a prefix for command examples and align with 4 whitespaces. Change-Id: Id9378c1ea020ba9577d392c2082db3e60495a0d8 --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 11f818fc..a83c76b9 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,8 @@ The full API Specification can be found in [docs/monasca-log-api-spec.md](docs/m Requires monasca-common from https://github.com/openstack/monasca-common. Download and do mvn install. Then: -``` -cd java -mvn clean package -``` + $ cd java + $ mvn clean package # OpenStack Java Build @@ -26,9 +24,7 @@ Currently this build is executed on the bare-precise nodes in OpenStack and they ## Usage -``` -java -jar target/monasca-log-api.jar server config-file.yml -``` + $ java -jar target/monasca-log-api.jar server config-file.yml ## Keystone Configuration