mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
Format and Update Docker build instrucitons
This commit is contained in:
parent
ad44def462
commit
28dd86b29b
1 changed files with 9 additions and 3 deletions
|
|
@ -1,10 +1,16 @@
|
|||
# How to build on Docker
|
||||
|
||||
git clone --recursive https://github.com/horsicq/DIE-engine.git
|
||||
|
||||
```bash
|
||||
git clone https://github.com/horsicq/DIE-engine.git
|
||||
cd DIE-engine
|
||||
docker build . -t horsicq:diec
|
||||
```
|
||||
|
||||
docker build .
|
||||
### Usage
|
||||
|
||||
```bash
|
||||
docker/diec.sh [FileName]
|
||||
```
|
||||
|
||||
# How to build on Linux based on Debian
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue