From 3bc02cdc01e171ae4469107f0e8ad5c7870b37db Mon Sep 17 00:00:00 2001 From: Mokevnin Kirill Date: Wed, 24 Sep 2014 00:31:42 +0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f474afc..f040afc 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ You do not need to include `sudo: True` in this case, just overwrite `rvm_instal ``` rvm1_install_flags: '--auto-dotfiles --user-install' -rvm_install_path: '/home/{{ ansible_ssh_user }}/.rvm' +rvm1_install_path: '/home/{{ ansible_ssh_user }}/.rvm' ``` #### To a user that is not `ansible_ssh_user` @@ -86,7 +86,7 @@ supply a different user account: ``` rvm1_install_flags: '--auto-dotfiles --user-install' -rvm_install_path: '/home/someuser/.rvm' +rvm1_install_path: '/home/someuser/.rvm' ``` ## Upgrading and removing old versions of ruby