Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation.md #3

Open
wants to merge 1 commit into
base: feature-zh
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions translations/zh/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ curl https://sh.rustup.rs -sSf | sh
在此之后,运行以下命令从源代码构建 Foundry:

```sh
cargo install --git https://github.com/foundry-rs/foundry foundry-cli anvil --bins --locked
cargo install --git https://github.com/foundry-rs/foundry --profile local forge cast chisel anvil
```

要从源代码更新,请再次运行相同的命令。
Expand All @@ -78,4 +78,4 @@ docker build -t foundry。

> ℹ️ **注意**
>
> 某些机器(包括带有 M1 芯片的机器)可能无法在本地构建 docker 镜像。 这是一个已知的问题(issue)。
> 某些机器(包括带有 M1 芯片的机器)可能无法在本地构建 docker 镜像。 这是一个已知的问题(issue)。