From: successli Date: Tue, 5 Jun 2018 08:10:24 +0000 (+0800) Subject: a little modify X-Git-Url: http://git.osdn.net/view?p=bytom%2Fbytom-java-sdk.git;a=commitdiff_plain;h=07c321aac0b28467978c06cf5241dfd67364a647 a little modify --- diff --git a/README.md b/README.md index fbb6d6e..c1feefd 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,8 @@ To clone, compile, and install in your local maven repository (or copy the artif ```shell git clone https://github.com/Bytom/bytom-java-sdk.git cd java-sdk -mvn install -Dmaven.test.skip=true +mvn package -Dmaven.test.skip=true +mvn install ``` ## Basic Usage @@ -48,7 +49,7 @@ public static Client generateClient() throws BytomException { Client client = Client.generateClient(); ``` -> Note: you can touch a file named config.properties in resources folder to config ```bytom.api.url``` and ```client.access.token``` by custom. +> Note: you can touch a file named ```config.properties``` in resources folder to config ```bytom.api.url``` and ```client.access.token``` by custom. ## Usage