diff options
Diffstat (limited to 'docs/getting_started')
-rw-r--r-- | docs/getting_started/setup_your_environment.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/setup_your_environment.md b/docs/getting_started/setup_your_environment.md index 552849e2f..58b4a906c 100644 --- a/docs/getting_started/setup_your_environment.md +++ b/docs/getting_started/setup_your_environment.md @@ -69,7 +69,7 @@ command will be `antigen bundle deno` and so on. Example (Powershell): ```shell -deno completions powershell > $profile +deno completions powershell >> $profile .$profile ``` |