Merge pull request #265 from zancas/readmefix

fix incorrect README
This commit is contained in:
Marshall Gaucher 2020-05-28 10:27:16 -07:00 committed by GitHub
commit efeb45bb7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ your `$GOPATH` (`$HOME/go` by default), then build the lightwalletd server binar
Assuming you used `make` to build the server, here's a typical developer invocation:
```
./lightwalletd --no-tls-very-insecure --conf-file ~/.zcash/zcash.conf --data-dir . --log-file /dev/stdout
./lightwalletd --no-tls-very-insecure --zcash-conf-path ~/.zcash/zcash.conf --data-dir . --log-file /dev/stdout
```
Type `./lightwalletd help` to see the full list of options and arguments.
@ -107,7 +107,7 @@ certbot certonly --standalone --preferred-challenges http -d some.forward.dns.co
Example using server binary built from Makefile:
```
./lightwalletd --tls-cert cert.pem --tls-key key.pem --conf-file /home/zcash/.zcash/zcash.conf --log-file /logs/server.log
./lightwalletd --tls-cert cert.pem --tls-key key.pem --zcash-conf-path /home/zcash/.zcash/zcash.conf --log-file /logs/server.log
```
## Block cache