From 920d8d4dbee179e46579251d2cdfc4c1bcec86e3 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Sat, 30 Dec 2023 10:11:56 -0500 Subject: [PATCH] Make "Automatic installer" command a copy-able code block (#2874) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab5ded5f..1513c83f 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,9 @@ As far as Pyenv is concerned, version names are simply directories under ##### Automatic installer -`curl https://pyenv.run | bash` +```bash +curl https://pyenv.run | bash +``` For more details visit our other project: https://github.com/pyenv/pyenv-installer