From b4ebd82e32b55d647938c1c51dc8bc3a74e70a2b Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Thu, 4 Aug 2022 13:42:58 +1000 Subject: [PATCH] Add note on ruby-dev requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d1dbb94..a70d8926 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ State as of ###. ## Common commands Install packages ``` -sudo apt-get install rubygems +sudo apt-get install rubygems ruby-dev sudo gem install bundler bundle install ```