Commit 0ca943cd authored by nopara73's avatar nopara73 Committed by Jeremy Bokobza

Update documentation to be consistent with Stratis-Bitcoin side by side running (#238)

parent e8c39f93
...@@ -32,9 +32,10 @@ cd Breeze ...@@ -32,9 +32,10 @@ cd Breeze
dotnet restore dotnet restore
dotnet build dotnet build
# Run a daemon Bitcoin SPV node on testnet # Run the Bitcoin and Stratis full-SPV daemons on testnet in separate terminals
cd src/Breeze.Daemon cd src/Breeze.Daemon
dotnet run light -testnet dotnet run light -testnet
dotnet run stratis light -testnet
``` ```
## UI Build ## UI Build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment