better format code in README.md

[no ci]
This commit is contained in:
Ivan Pozdeev 2025-12-21 05:26:14 +03:00
parent ce38460f12
commit d6a6d3e039
No known key found for this signature in database
GPG key ID: FB6A628DCF06DCD7

View file

@ -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
~~~