Add prefix "$" for command examples

This commits adds "$" as a prefix for command examples and align with
4 whitespaces.

Change-Id: Id9378c1ea020ba9577d392c2082db3e60495a0d8
This commit is contained in:
Yushiro FURUKAWA 2016-09-28 22:48:00 +09:00
parent 7175ff0c55
commit 7f54c76a9a
1 changed files with 3 additions and 7 deletions

View File

@ -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