Skip to content

Commit

Permalink
Update docs/design/dfx-extensions.md
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Swanson <[email protected]>
  • Loading branch information
Marcin Nowak-Liebiediew and ericswanson-dfinity authored Nov 3, 2023
1 parent 6cf8cc9 commit 3fa0193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design/dfx-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

`dfx` extension is a feature in the DFINITY Developer Software Development Kit (SDK) that allows for extending the `dfx` CLI's core functionality. Modeled after the principles of [Git custom commands](https://mfranc.com/tools/git-custom-command/) and [Cargo's custom subcommands](https://doc.rust-lang.org/book/ch14-05-extending-cargo.html#extending-cargo-with-custom-commands), the feature enables the addition of user-defined commands that seamlessly integrate with the existing `dfx` command set.

## dfx exension install
## dfx extension install

The dfx utility offers a feature to install new extensions. Here's a high-level overview of how the installation process works:

Expand Down

0 comments on commit 3fa0193

Please sign in to comment.