From 6d13db992fdf49a96e25d1c0993f871a30baa72f Mon Sep 17 00:00:00 2001 From: weensy Date: Tue, 29 Nov 2022 01:43:11 +0900 Subject: [PATCH] Fix typo in README.md (#2535) There was a space at the beginning of the `git clone` command --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e80d3935..b6a1424c 100644 --- a/README.md +++ b/README.md @@ -258,14 +258,14 @@ easy to fork and contribute any changes back upstream. * **Check out Pyenv where you want it installed.** A good place to choose is `$HOME/.pyenv` (but you can install it somewhere else): - - git clone https://github.com/pyenv/pyenv.git ~/.pyenv - + ``` + git clone https://github.com/pyenv/pyenv.git ~/.pyenv + ``` * Optionally, try to compile a dynamic Bash extension to speed up Pyenv. Don't worry if it fails; Pyenv will still work normally: - - cd ~/.pyenv && src/configure && make -C src - + ``` + cd ~/.pyenv && src/configure && make -C src + ``` ### Set up your shell environment for Pyenv