Skip to content

Commit

Permalink
chore: fix inaccuracies
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklai3 committed Jul 11, 2023
1 parent c5dc345 commit 98c712d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions .github/trans-guide-no-exp-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/en/manual/faq/instlerror/missingdll.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
4 changes: 2 additions & 2 deletions src/fr/manual/faq/instlerror/missingdll.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 98c712d

Please sign in to comment.