Update setup_core_portal.md

add a note about the protocol handler to the description of the supplied script
This commit is contained in:
Aaron
2017-05-23 00:08:44 -04:00
committed by GitHub
parent 23f5c1f506
commit 742dbc8b0d

View File

@@ -1,8 +1,8 @@
# Install Script
We provide a [script](../images/scripts/ubuntu-17.04.sh) which will
perform all the steps outlined in this doc, creating a virtualenv of
Blockstack Core and installing Portal in a subdirectory. It additionally creates some
perform all the steps outlined in this doc (except for creating a protocol handler -- see the bottom of the doc). The script creates a virtualenv of
Blockstack Core and installs Portal in a subdirectory. It additionally creates some
scripts for starting Core and Portal together.
However, if you'd like to customize your install, step through it