From 83af094f8d55ed119974b72c712085e99e134801 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Fri, 7 Jan 2022 20:34:51 -0300 Subject: [PATCH] Fix docker build command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 41c2afe..e85e008 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ A toolkit for extracting and analyzing x86 BIOS ROM images (mostly) within the c ## Quick usage through Docker -1. Build the Docker image: +1. Build the Docker image from this repository: -```sudo docker build -t biostools https://github.com/86Box/bios-tools.git``` +```sudo docker build -t biostools "https://github.com/86Box/bios-tools.git#main"``` 2. Create a destination directory, which will be called `roms` here. 3. Create a `1` directory within `roms`.