From 489894cb326fc8e36e6a8ce129f0eefeab471339 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 27 Oct 2018 08:49:52 -0700 Subject: [PATCH] Mention logs more --- net/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/README.md b/net/README.md index ecaf88494a..396a674374 100644 --- a/net/README.md +++ b/net/README.md @@ -34,7 +34,7 @@ $ cd net/ $ ./gce.sh create -n 5 -c 1 #<-- Create a GCE testnet with 5 validators, 1 client (billing starts here) $ ./init-metrics.sh $(whoami) #<-- Configure a metrics database for the testnet $ ./net.sh start #<-- Deploy the network from the local workspace -$ ./ssh.sh #<-- Details on how to ssh into any testnet node +$ ./ssh.sh #<-- Details on how to ssh into any testnet node to access logs/etc $ ./gce.sh delete #<-- Dispose of the network (billing stops here) ``` @@ -94,7 +94,7 @@ or $ ./ec2.sh config -p master-testnet-solana-com ``` -Then run the following for details on how to ssh into any testnet node +Then run the following for details on how to ssh into any testnet node to access logs or otherwise inspect the node ```bash $ ./ssh.sh ```