Skip to content

Commit 50c2308

Browse files
committed
[showcase][migration-v1] Update migration to v1 showcase automated instructions
1 parent 7dea56d commit 50c2308

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

packages/showcase/src/app/migrations/migration-to-v1/migration-to-v1.component.html

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,12 @@ <h1 class="heading-1">{{ migrationData.title }}</h1>
2323
</blockquote>
2424

2525
<blockquote class="blockquote-info">
26-
⚡ Quick Migration: Save time
27-
<a
28-
class="hyperlink"
29-
href="/assets/migrations/v1/migrate-mercury-tokens.js"
30-
download
31-
>
32-
by downloading our automated migration script </a
33-
>. It will find and replace all tokens in your project, create backups in a
34-
centralized folder, and provide a comprehensive report of changes. Instructions are
35-
in the script itself.
26+
⚡ Quick Migration: Save time with our automated migration tool. Simply run
27+
<code>bunx mercury update</code> from your project root. It will find and replace
28+
all tokens in your project, create a backup in a centralized folder, and provide a
29+
comprehensive report of changes. Although a backup is created, it is recommended to
30+
be cautious with this method.
3631
</blockquote>
37-
3832
@for (
3933
category of filteredAssets();
4034
track category.categoryName;

0 commit comments

Comments
 (0)