mirror of
https://github.com/denoland/deno.git
synced 2025-01-09 23:58:23 -05:00
Update setup_your_environment.md (#9876)
unlike other system config file, in windows `$profile` file is a common config file of powershell , just use `>` will override the user config file , which is terrible. This change use append instead of override which is more reasonable
This commit is contained in:
parent
137744d19c
commit
b233985fea
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ command will be `antigen bundle deno` and so on.
|
||||||
Example (Powershell):
|
Example (Powershell):
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
deno completions powershell > $profile
|
deno completions powershell >> $profile
|
||||||
.$profile
|
.$profile
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue