From 3fd636e32d11a6968591e02bc30a0f8c50fc76f9 Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:09:25 -0600 Subject: [PATCH] Update dfx-deps.mdx --- docs/cli-reference/dfx-deps.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/cli-reference/dfx-deps.mdx b/docs/cli-reference/dfx-deps.mdx index 92a3b21bc3..e5725cf565 100644 --- a/docs/cli-reference/dfx-deps.mdx +++ b/docs/cli-reference/dfx-deps.mdx @@ -6,6 +6,8 @@ import { MarkdownChipRow } from "/src/components/Chip/MarkdownChipRow"; Use the `dfx deps` command with flags and subcommands to pull dependencies from the mainnet and deploy locally. +[Learn how to configure a canister as `pullable`](https://internetcomputer.org/docs/current/developer-docs/smart-contracts/maintain/import). + The basic syntax for running `dfx deps` commands is: ``` bash