From cf955af9221fcaad9787a8ff96199133a1739982 Mon Sep 17 00:00:00 2001 From: RJones92 <47150527+RJones92@users.noreply.github.com> Date: Mon, 6 Dec 2021 14:26:39 +0000 Subject: [PATCH 1/2] Update README.md Make it clear to the reader that they need to navigate to the logstash repo they just cloned before running jruby commands --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f4c72d7..b361587 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ git clone https://github.com/awslabs/logstash-input-dynamodb.git **Install the Bundler gem by typing the following:** +Naviagte to the git project you just cloned and then run the following command: + ``` jruby -S gem install bundler ``` From 2599f93409147fcbd83975f7879c4660ffe12c44 Mon Sep 17 00:00:00 2001 From: RJones92 <47150527+RJones92@users.noreply.github.com> Date: Mon, 6 Dec 2021 14:27:38 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b361587..fc2c295 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ git clone https://github.com/awslabs/logstash-input-dynamodb.git **Install the Bundler gem by typing the following:** -Naviagte to the git project you just cloned and then run the following command: +Navigate to the git project you just cloned and then run the following command: ``` jruby -S gem install bundler