From 0c568d25413332e014ccca45748ad52f675661fd Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Wed, 29 Mar 2023 20:17:01 -0300 Subject: [PATCH] Improve local install instructions (work in progress) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5f5055a..5d7df90 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,13 @@ Assuming it was a success: Otherwise, the dependencies that are missing will be listed. All dependencies should be found before proceeding to the next step. +__3) Install packages__ + +At this step we're ready to install Ruby, and NodeJS packages: + + $ npm install + $ bundle install --path=.bundle/ +

Credits