GitBook: [master] one page and 2 assets modified

This commit is contained in:
Daniel Farina 2018-07-11 04:03:46 +00:00 committed by gitbook-bot
parent 3a4e8e0876
commit 49063f8aa7
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
3 changed files with 19 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

BIN
.gitbook/assets/setup.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 906 KiB

View File

@ -1,2 +1,21 @@
# Bitcore Installation
## Clone Bitcore
```text
git clone https://github.com/BTCPrivate/bitcore-install.git
cd bitcore-install
```
![](../.gitbook/assets/gitclone.gif)
## Run the installer
The installer will install everything you need to run the store demo application which will provide everything needed for the Widget to run.
```text
./btcp_store_demo.sh
```
![](../.gitbook/assets/setup.gif)