Skip to content

Commit

Permalink
Update flow-cli.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliserag authored Aug 26, 2024
1 parent 00bd4a5 commit fceea10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/getting-started/quickstarts/flow-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For additional details on how `flow.json` is configured, [read here.](../../../t
For this demo, we are going to be interacting with a simple `HelloWorld` contract that is already deployed on Flow's `testnet` network on account [0x9dca641e9a4b691b](https://contractbrowser.com/A.9dca641e9a4b691b.HelloWorld). In order to grab this project dependency, we'll use Flow's [Dependency Manager](../../../tools/flow-cli/dependency-manager.md) to install it into our project using a source string that defines the network, address, and contract name of the contract we want to import.

```
flow dependencies add testnet://0x9dca641e9a4b691b.HelloWorld
flow dependencies add testnet://0xa1296b1e2e90ca5b.HelloWorld
```

This will add the `HelloWorld` contract and any of its dependencies to an `imports` directory in your project (we recommend adding this directory to your .gitignore file). It will also add any dependencies to your `flow.json` file.
Expand Down

0 comments on commit fceea10

Please sign in to comment.