Skip to content

Commit

Permalink
Changing vi to cat
Browse files Browse the repository at this point in the history
Change-Id: Ib0c5bfb52c96e353fb4d6177a6c7e3fc2992b289
Signed-off-by: bmos299 <barry_moz@yahoo.com>
  • Loading branch information
bmos299 committed Feb 1, 2017
1 parent 702f882 commit 83e484f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ You should see the following in your terminal:
```
To view results for channel creation/join:
```bash
vi results.txt
cat results.txt
```
You're looking for:
```bash
Expand All @@ -116,9 +116,9 @@ SUCCESSFUL JOIN CHANNEL on PEER1
SUCCESSFUL JOIN CHANNEL on PEER2
```

To view genesis block:
To verify the genesis block for the channel was created you can issue:
```bash
vi myc1.block
ls -ltr myc1.block
```

## Curl the application source code and SDK modules
Expand Down

0 comments on commit 83e484f

Please sign in to comment.