Skip to content

Commit

Permalink
indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Nowak-Liebiediew committed Nov 3, 2023
1 parent b54bbc2 commit 60d76db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/design/dfx-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ The dfx utility offers a feature to install new extensions. Here's a high-level

2. Download and Extraction:
- Once the compatible version of the extension is determined, dfx constructs a download URL. This URL points to a GitHub releases page where the extensions are hosted. Currently, extensions support downloading only from `dfinity/dfx-extensions` repository. Here is how the URL template looks like:
```
"https://github.com/dfinity/dfx-extensions/releases/download/{github_release_tag}/{extension_archive_name}.tar.gz";
```
```
"https://github.com/dfinity/dfx-extensions/releases/download/{github_release_tag}/{extension_archive_name}.tar.gz";
```
- The extension is then downloaded from this URL. If the download fails for any reason, an error is returned.
- After successful download, the extension, which is in a compressed archive format (.tar.gz), is unpacked to a temporary directory.
Expand Down

0 comments on commit 60d76db

Please sign in to comment.