From 029b1ae037d2dbd876a534af754adefdde8cac87 Mon Sep 17 00:00:00 2001 From: Nick Janetakis Date: Sat, 20 Sep 2014 12:51:34 -0400 Subject: [PATCH] Update the default system path in the example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c311c89..f474afc 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ apt_cache_valid_time: 86400 #### System wide installation The above example would setup ruby system wide. It's very important that you -run the play with sudo because it will need to write to `/usr/local/rvm`. +run the play with sudo because it will need to write to `/usr/local/lib/rvm`. #### To the same user as `ansible_ssh_user`