From 39b088e56c0b176a50a700bfcfe91fa6428ee8b9 Mon Sep 17 00:00:00 2001 From: James Hoctor Date: Fri, 21 Feb 2025 13:15:45 -0500 Subject: [PATCH] Remove leading $ from commands in README.md (#26) This makes it easier to copy+paste commands from the readme as it appears on GitHub. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c45c25..72da7ee 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,17 @@ This plugin was inspired from [rbenv-update](https://github.com/rkh/rbenv-update Installing pyenv-update as a pyenv plugin will give you access to the `pyenv update` command. - $ git clone https://github.com/pyenv/pyenv-update.git $(pyenv root)/plugins/pyenv-update +```sh +git clone https://github.com/pyenv/pyenv-update.git $(pyenv root)/plugins/pyenv-update +``` ## Usage To update pyenv and plugins (including pyenv-update itself), just type `pyenv update`. - $ pyenv update +```sh +pyenv update +``` ## Version History