From fece123a63e35422dba40d2df80de3f116ea9a59 Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Wed, 2 Jun 2021 12:16:22 -0300 Subject: [PATCH] add note on dependencies under install from source --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1e1b2a..54bb1e0 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ With no command line use needed, you can: ### EL8 1. `# dnf install https://github.com/45Drives/cockpit-navigator/releases/download/v0.2.1/cockpit-navigator-0.2.1-1.el8.noarch.rpm` ## From Source +1. Ensure dependencies are installed: `cockpit`, `python3`, `rsync`. 1. `$ git clone https://github.com/45Drives/cockpit-navigator.git` 1. `$ cd cockpit-navigator` 1. `$ git checkout ` (v0.2.1 is latest)