Format and Update Docker build instrucitons

This commit is contained in:
Madhav Goyal 2023-10-08 15:03:43 +05:30
commit 28dd86b29b

View file

@ -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