From 5d97906a9981f8df58cef000c01b52cbb99b01a7 Mon Sep 17 00:00:00 2001 From: Martin Egger <38358157+megger-cgfx@users.noreply.github.com> Date: Thu, 10 Mar 2022 21:16:24 +0100 Subject: [PATCH] clarified which download --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd69407..fbb95f8 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The following is a screen capture of the tool at work:
1. From a command line, type `java --version` and hit enter to see the version 2. If you don't, download it from their [website](https://www.oracle.com/java/technologies/downloads/). 2. Verify you have a recent version of [Chrome](https://www.google.com/chrome/index.html) installed. -3. Download the compressed zip of the latest release from [here](https://github.com/jamesdh/kompromat/releases/latest). +3. Download the compressed zip (not the source code) of the latest release from [here](https://github.com/jamesdh/kompromat/releases/latest). 4. Extract the zip. 5. Open a terminal and go to the extracted directory, e.g. :
`cd Downloads/kompromat-1.1.0`