diff --git a/.github/trans-guide-no-exp-en.md b/.github/trans-guide-no-exp-en.md index a2d7325d6..c4ba771cd 100644 --- a/.github/trans-guide-no-exp-en.md +++ b/.github/trans-guide-no-exp-en.md @@ -38,11 +38,17 @@ This site uses [Vitepress](https://vitepress.dev/), you can refer to their websi ![](/src/public/imgs/i18n-guide/25.png) -7. Select the “+” menu in the terminal section, and then open "Git Bash" +7. Enter the following command and hit enter to install pnpm + +``` +iwr https://get.pnpm.io/install.ps1 -useb | iex +``` + +8. Next, select the “+” menu in the terminal section, and then open "Git Bash" ![](/src/public/imgs/i18n-guide/26.png) -8. Enter the following commands into the terminal one at a time and hit enter, replace "username" and "youremail" with relevant information +9. Enter the following commands into the terminal one at a time and hit enter, replace "username" and "youremail" with relevant information ``` git config --global user.name "username" diff --git a/src/en/manual/faq/instlerror/missingdll.md b/src/en/manual/faq/instlerror/missingdll.md index 73b45350d..2a1c43ec4 100644 --- a/src/en/manual/faq/instlerror/missingdll.md +++ b/src/en/manual/faq/instlerror/missingdll.md @@ -10,7 +10,7 @@ description: Please use the portable version. Please use the portable version. ```card -title: Web Version Portal -link: https://yuanshen.site +title: Download Page +link: ../../../download-client.md theme: medium ``` diff --git a/src/fr/manual/faq/instlerror/missingdll.md b/src/fr/manual/faq/instlerror/missingdll.md index 8758ddaef..1c93c8799 100644 --- a/src/fr/manual/faq/instlerror/missingdll.md +++ b/src/fr/manual/faq/instlerror/missingdll.md @@ -14,7 +14,7 @@ Désolé, la traduction de cette page est toujours en cours Please use the portable version. ```card -title: Web Version Portal -link: https://yuanshen.site +title: Download Page +link: ../../../download-client.md theme: medium ```