Skip to content

Commit 83e484f

Browse files
committed
Changing vi to cat
Change-Id: Ib0c5bfb52c96e353fb4d6177a6c7e3fc2992b289 Signed-off-by: bmos299 <[email protected]>
1 parent 702f882 commit 83e484f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/gettingstarted.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ You should see the following in your terminal:
106106
```
107107
To view results for channel creation/join:
108108
```bash
109-
vi results.txt
109+
cat results.txt
110110
```
111111
You're looking for:
112112
```bash
@@ -116,9 +116,9 @@ SUCCESSFUL JOIN CHANNEL on PEER1
116116
SUCCESSFUL JOIN CHANNEL on PEER2
117117
```
118118

119-
To view genesis block:
119+
To verify the genesis block for the channel was created you can issue:
120120
```bash
121-
vi myc1.block
121+
ls -ltr myc1.block
122122
```
123123

124124
## Curl the application source code and SDK modules

0 commit comments

Comments
 (0)