From 297f0670e692d425d7017aa01466d5d9253f8d7e Mon Sep 17 00:00:00 2001 From: Lou Quillio Date: Tue, 25 Jul 2017 00:21:37 -0700 Subject: [PATCH] Ahem. --- docs/spec/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/README.md b/docs/spec/README.md index 0721ce1..928896d 100644 --- a/docs/spec/README.md +++ b/docs/spec/README.md @@ -44,7 +44,7 @@ _**Important:** All commands are to be run as an ordinary, unprivileged user._ This project currently depends on Ruby v2.3.0. Because your distro may lack this version -- or installing it may conflict with your system's installed version -- -first [**install rbenv**], then install Ruby v2.3.0 within it (again, in +first **[install rbenv]**, then install Ruby v2.3.0 within it (again, in userland). ~~~~~