From d6a6d3e039b335c9ddb72661ead95d3a8a1eee9d Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 21 Dec 2025 05:26:14 +0300 Subject: [PATCH] better format code in README.md [no ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7abfd014..f43c4aa1 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,7 @@ See [Advanced configuration](#advanced-configuration) for details and more confi ~~~ pwsh echo '$Env:PYENV_ROOT="$Env:HOME/.pyenv"' >> $profile.CurrentUserAllHosts echo 'if (Test-Path -LP "$Env:PYENV_ROOT/bin" -PathType Container) { - $Env:PATH="$Env:PYENV_ROOT/bin:$Env:PATH" }' >> $profile.CurrentUserAllHosts + $Env:PATH="$Env:PYENV_ROOT/bin:$Env:PATH" }' >> $profile.CurrentUserAllHosts echo 'iex ((pyenv init -) -join "`n")' >> $profile.CurrentUserAllHosts ~~~