[DOCS] Typo and formatting fix.

- fixing typos and formatting issues.
This commit is contained in:
Abraham Raji 2021-02-12 03:47:31 +05:30 committed by GitHub
parent 268c61a69c
commit 37405c3249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,7 +179,7 @@ $ brew upgrade rbenv ruby-build
Archlinux has an [AUR Package](https://aur.archlinux.org/packages/rbenv/) for
rbenv and you can install it from the AUR using the instructions from this
[wiki page](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_and_upgrading_packages)
[wiki page](https://wiki.archlinux.org/index.php/Arch_User_Repository#Installing_and_upgrading_packages).
2. Set up rbenv in your shell.
@ -246,7 +246,7 @@ a systemwide install.
In Ubuntu ~/.bash_profile is only sourced by bash when started in interactive login mode.
That is typically only when you login at the console (Ctrl+Alt+F1..F6), or connecting via ssh.
This issue is explained in details
This issue is explained in detail
[here](https://askubuntu.com/questions/121073/why-bash-profile-is-not-getting-sourced-when-opening-a-terminal#121075).
~~~ bash
$ echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.profile