Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
slyles1001 committed Jan 22, 2025
1 parent 7e8e437 commit 17f3fdf
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ EyeON provides an automated, consistent process across users to scan software fi
## Installation
Eyeon can also be run in linux or WSL.

The simplest install can be done with pip:
The simplest install can be done with `pip`:
```bash
pip install peyeon
```

However, this does not install a couple key dependencies, namely libmagic, ssdeep, and tlsh. A better way to install is via the docker scripts on the github page:
```bash
wget
```

However, this does not install several key dependencies, namely `libmagic`, `ssdeep`, and `tlsh`. A better way to install is via the container or install scripts on the github page.

### Dockerfile
This dockerfile contains all the pertinent tools specific to data extraction. The main tools needed are `ssdeep`, `libmagic`, `tlsh`, and `detect-it-easy`. We have written some convenient scripts:
Expand Down

0 comments on commit 17f3fdf

Please sign in to comment.