From 965ef501d49d6a9af004516077fa4a337542e14a Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 19 Sep 2020 12:14:15 +0200 Subject: [PATCH] Tweak wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9079184..8c02acd 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ if the [virtual environment](https://github.com/actions/virtual-environments) is * Make sure that the operating system has `libyaml-0` installed * The runner software is running as user `runner` with a home directory of `/home/runner`, or you have created a symlink for the home directory of whatever user that the runner is running as to `/home/runner`. -In other cases, please use a system Ruby or [compile your own Ruby](https://github.com/postmodern/chruby/wiki#installing-rubies) instead. +In other cases, please use a system Ruby or [install Ruby manually](https://github.com/postmodern/chruby/wiki#installing-rubies) instead. ## History