From 8a212a3e362735c168b499f94b9ffddc2fc76ad8 Mon Sep 17 00:00:00 2001 From: Taylor Hornby Date: Tue, 23 Apr 2019 16:21:50 -0600 Subject: [PATCH] Readme improvements --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 59f492e..3da156d 100644 --- a/README.md +++ b/README.md @@ -263,15 +263,14 @@ vncviewer localhost:5901 ``` You should now be able to control the emulated device and launch the app. To -connect to your lightwalletd, go in the app's settings and choose Localhost2, +connect to your `lightwalletd`, go in the app's settings and choose Localhost2, apply, then restart the app. ## TODOs - How to do a reindex to fix the database? -- Verify the "running the stack" instructions are actually correct. -- Finish instructions for building & connecting the app. -- Put `.zcash-params` in the image. - Put `.zcash-mainnet` and `.zcash-testnet` fully loaded into the image. - Make the builds use the output of dependencies' builds -- Security review (are tools/code being downloaded safely? etc) +- Verify the "running the stack" instructions are actually correct. +- Security review (are tools/code being downloaded safely? what are the + consequences of using a privileged docker? etc)