Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 1f2c757

Browse files
committed
[FAB-4630] Update README
Change-Id: Ia1045a74c67f2b5ae2ea3beb473d0609ecf4a7be Signed-off-by: Divyank Katira <Divyank.Katira@securekey.com>
1 parent c0c3cb0 commit 1f2c757

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You're good to go, happy coding! Check out the examples for usage demonstrations
2929
### Community
3030

3131
- Discussion is happening in [Rocket Chat](https://chat.hyperledger.org/channel/fabric-sdk-go).
32-
- Issue tracking is handled in [Jira](https://jira.hyperledger.org/secure/RapidBoard.jspa?projectKey=FAB&rapidView=7&view=planning).
32+
- Issue tracking is handled in [Jira](https://jira.hyperledger.org/secure/RapidBoard.jspa?projectKey=FAB&rapidView=7&view=planning).
3333
- Active development occurs in the [Gerrit](https://gerrit.hyperledger.org/r/#/admin/projects/fabric-sdk-go)
3434
repository.
3535

@@ -107,6 +107,12 @@ The test suite defaults to the latest compatible tag of fabric images at Docker
107107
The following commands starts Fabric:
108108

109109
```
110+
# In the Fabric SDK Go directory
111+
cd $GOPATH/src/github.com/hyperledger/fabric-sdk-go/
112+
113+
# Clean previous test run artifacts
114+
make clean
115+
110116
# Start fabric
111117
cd $GOPATH/src/github.com/hyperledger/fabric-sdk-go/test/fixtures/
112118
docker-compose up --force-recreate
@@ -116,12 +122,6 @@ docker-compose up --force-recreate
116122

117123
Fabric should now be running. In a different shell, run integration tests
118124
```
119-
# In the Fabric SDK Go directory
120-
cd $GOPATH/src/github.com/hyperledger/fabric-sdk-go/
121-
122-
# Clean previous test run artifacts
123-
make clean
124-
125125
# In the Fabric SDK integration tests directory
126126
cd $GOPATH/src/github.com/hyperledger/fabric-sdk-go/test/integration/
127127
go test

0 commit comments

Comments
 (0)