More elegant tabulation in README

pull/75/head
Andree Uuetoa 2 years ago
parent 487cb0595e
commit 1d34d8bd22
  1. 4
      README.md

@ -68,8 +68,8 @@ MacOS:
If you're using Bash, replace `.zshrc` with `.bash_profile`. If you're using Bash, replace `.zshrc` with `.bash_profile`.
if [ -d "/usr/local/opt/ruby/bin" ]; then if [ -d "/usr/local/opt/ruby/bin" ]; then
export PATH=/usr/local/opt/ruby/bin:$PATH export PATH=/usr/local/opt/ruby/bin:$PATH
export PATH=`gem environment gemdir`/bin:$PATH export PATH=`gem environment gemdir`/bin:$PATH
fi fi
Check that Ruby is working. Check that Ruby is working.

Loading…
Cancel
Save