mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Merge pull request #377 from ktwombley/docs-manual-install-jq
added jq to manual installation steps
This commit is contained in:
commit
f67c410cfe
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user