diff --git a/docs/getting_started/setup_your_environment.md b/docs/getting_started/setup_your_environment.md index 552849e2f2..58b4a906c3 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 ```