Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 60850de

Browse files
authored
Fixing a cd command in getting started (#997)
* tweaks to the Playground local install instructions * Additional formatting tweaks to playground local install instructions. Added section explaining how to acivate the hlfabric profile. * Fixing link to be localhost for the local install istructions * Add CLI way of grabbing docker compose yml file" * homepage changes
1 parent 37c271c commit 60850de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/composer-website/jekylldocs/tutorials/getting-started-cmd-line.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ First clone the repository that contains the Business Network Definition (note t
7171

7272
```bash
7373
$ git clone https://github.com/hyperledger/composer-sample-networks.git
74-
$ cd sample-networks/packages/DigitalProperty-Network
74+
$ cd composer-sample-networks/packages/DigitalProperty-Network
7575
$ npm install
7676
```
7777

0 commit comments

Comments
 (0)