diff --git a/README.md b/README.md index 03a0b73..1a00a27 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ BWS is been used in production enviroments for [Copay Wallet](https://copay.io), More about BWS at https://blog.bitpay.com/announcing-the-bitcore-wallet-suite/ -# Install +# Get Started ``` - npm install bitcore-wallet-service - npm start + git clone https://github.com/bitpay/bitcore-wallet-service.git + cd bitcore-wallet-service && npm start ``` This will launch the BWS service (with default settings) at `http://localhost:3232/bws/api`.