From 1d34d8bd22f505b9e4c7e0c8c2e14c017349ee75 Mon Sep 17 00:00:00 2001 From: Andree Uuetoa Date: Thu, 22 Jun 2023 22:25:28 +0300 Subject: [PATCH] More elegant tabulation in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e12c15c..df96655 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ MacOS: If you're using Bash, replace `.zshrc` with `.bash_profile`. if [ -d "/usr/local/opt/ruby/bin" ]; then - export PATH=/usr/local/opt/ruby/bin:$PATH - export PATH=`gem environment gemdir`/bin:$PATH + export PATH=/usr/local/opt/ruby/bin:$PATH + export PATH=`gem environment gemdir`/bin:$PATH fi Check that Ruby is working.