From bd822e49c237e9e0bdfbec8713a1231442d67ec2 Mon Sep 17 00:00:00 2001 From: Keith Twombley Date: Tue, 4 Jun 2019 00:17:42 -0500 Subject: [PATCH] added jq to manual installation steps --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 40884a3..e67f3dc 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -25,10 +25,10 @@ You can paste the links in your browser to read the script that will be executed Manual Installation ------------------- -1. This script uses the following tools: **screen**, **rsync**, **zip**. Let's install them: +1. This script uses the following tools: **screen**, **rsync**, **zip**, **jq**. Let's install them: sudo apt-get update - sudo apt-get install screen rsync zip + sudo apt-get install screen rsync zip jq 2. Download MSM's default configuration file, then **read through it** and change anything you want. Be sure to carry any changes you make forwards through this guide.