From 48c4bd59a967b1fc6bfe7b22f3afeb8a37d3bc61 Mon Sep 17 00:00:00 2001 From: Matthias Mair <code@mjmair.com> Date: Thu, 4 Aug 2022 07:54:58 +0200 Subject: [PATCH] add npm requirements --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a70d8926..39376253 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,10 @@ State as of ###. ``` ## Common commands -Install packages +Install packages for ruby and nodejs. ``` -sudo apt-get install rubygems ruby-dev +sudo apt-get install rubygems ruby-dev nodejs npm +npm install sudo gem install bundler bundle install ```