Merge "Add prefix "$" for command examples"

This commit is contained in:
Jenkins 2016-10-11 10:27:22 +00:00 committed by Gerrit Code Review
commit 430d3bc762
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: Requires monasca-common from https://github.com/openstack/monasca-common. Download and do mvn install. Then:
``` $ cd java
cd java $ mvn clean package
mvn clean package
```
# OpenStack Java Build # OpenStack Java Build
@ -26,9 +24,7 @@ Currently this build is executed on the bare-precise nodes in OpenStack and they
## Usage ## 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 ## Keystone Configuration