Skip to content

Commit

Permalink
Optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangshengdev committed Mar 5, 2024
1 parent 125df6d commit 9b64283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/v8/get-depot-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ cd ~/chromium/tools
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
```

## 自动配置环境变量
## 配置环境变量

然后,使用以下命令自动将 `depot_tools` 路径添加到你的 `~/.zshrc` 文件中,确保你可以在任何位置使用它的工具
然后,使用以下命令将 `depot_tools` 路径添加到你的 `~/.zshrc` 文件中,确保你可以在任何位置使用这些工具

```shell
echo 'export PATH=~/chromium/tools/depot_tools:$PATH' >> ~/.zshrc
Expand Down

0 comments on commit 9b64283

Please sign in to comment.