Skip to content

Commit 314dd5c

Browse files
committed
Fix setup instructions
Minor modification to curl params to add request before get. Change-Id: Ibb619838de26cc1e36761894f32c291adb2c3fcf Signed-off-by: Russ Ehmke <[email protected]>
1 parent ede30a4 commit 314dd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Setup/Chaincode-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ If you are using either [Option 2](#option-2-docker-for-mac-or-windows) or [Opti
181181
```
182182
mkdir -p $GOPATH/src/github.com/chaincode_example02/
183183
cd $GOPATH/src/github.com/chaincode_example02
184-
curl GET https://raw.githubusercontent.com/hyperledger/fabric/master/examples/chaincode/go/chaincode_example02/chaincode_example02.go > chaincode_example02.go
184+
curl --request GET https://raw.githubusercontent.com/hyperledger/fabric/master/examples/chaincode/go/chaincode_example02/chaincode_example02.go > chaincode_example02.go
185185
```
186186

187187
Next, you'll need to clone the Hyperledger fabric to your local $GOPATH, so that you can build your chaincode. **Note:** this is a temporary stop-gap until we can provide an independent package for the chaincode shim.

0 commit comments

Comments
 (0)