From 668725627fede0b2759da740e425d22d660a77ee Mon Sep 17 00:00:00 2001 From: markzegarelli Date: Fri, 1 Oct 2021 14:21:26 -0700 Subject: [PATCH] update devguide --- devguide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devguide.md b/devguide.md index c755e89596..3c8ef38548 100644 --- a/devguide.md +++ b/devguide.md @@ -4,7 +4,7 @@ The contents of this guide will help you get up and running with the Segment Doc ## Local development with `ruby` and `node`, without Config API -If using OSX: +If using MacOS: * Install command line tools, `xcode-select --install` * Install `Ruby` >= 2.3.0 https://www.ruby-lang.org/en/documentation/installation/ * Ensure you're running `RubyGems` >= 2.5.0 by running `gem update --system` followed by `gem --version`