We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702f882 commit 83e484fCopy full SHA for 83e484f
docs/gettingstarted.md
@@ -106,7 +106,7 @@ You should see the following in your terminal:
106
```
107
To view results for channel creation/join:
108
```bash
109
-vi results.txt
+cat results.txt
110
111
You're looking for:
112
@@ -116,9 +116,9 @@ SUCCESSFUL JOIN CHANNEL on PEER1
116
SUCCESSFUL JOIN CHANNEL on PEER2
117
118
119
-To view genesis block:
+To verify the genesis block for the channel was created you can issue:
120
121
-vi myc1.block
+ls -ltr myc1.block
122
123
124
## Curl the application source code and SDK modules
0 commit comments