From a883feec2098bfc39a64f6535439acae4cf1116c Mon Sep 17 00:00:00 2001 From: "Dylan M. Taylor" Date: Sun, 23 Aug 2020 20:29:15 -0400 Subject: [PATCH] Update the compilation instructions to mention how to build with Docker --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e52661d1..2a44ca25 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,10 @@ A "Ventoy Compatible" concept is introduced by ventoy, which can help to support See [https://www.ventoy.net/en/doc_start.html](https://www.ventoy.net/en/doc_start.html) for detail # Compile Instructions -Please refer to [BuildVentoyFromSource.txt](https://github.com/ventoy/Ventoy/blob/master/DOC/BuildVentoyFromSource.txt) + +If you have Docker and docker-compose installed, simply checkout Ventoy using git, cd to the project's directory and run `docker-compose up`. This will build and package the project using a CentOS 7 container, and then you can simply navigate to the `INSTALL` directory to find the packages. This is how Ventoy is built every time a commit is made using GitHub Actions. Artifacts from these CI builds can be found on the `Actions` tab of GitHub. + +To build Ventoy on CentOS 7 directly without using a container, please refer to [BuildVentoyFromSource.txt](https://github.com/ventoy/Ventoy/blob/master/DOC/BuildVentoyFromSource.txt). # Document Title | Link