mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2025-02-23 04:32:16 +08:00
Update ch12-05-working-with-environment-variables.md
This commit is contained in:
parent
6b2fc9bb2d
commit
4c17810909
@ -215,7 +215,7 @@ To an admiring bog!
|
||||
如果你使用 PowerShell,则需要用两句命令而不是一句来设置环境变量并运行程序:
|
||||
|
||||
```text
|
||||
$ $env.CASE_INSENSITIVE=1
|
||||
$ $env:CASE_INSENSITIVE=1
|
||||
$ cargo run to poem.txt
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user