From 4556f1347443e227e2b154980271f391a4104957 Mon Sep 17 00:00:00 2001 From: aequabit Date: Fri, 5 Aug 2022 10:04:45 +0200 Subject: [PATCH] Mention option to use Docker in README.md (#702) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9acd9abf..403f14a4 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,9 @@ This was done make sure that older and incomplete clients wouldn't produce false If you're using a DLU client you'll have to go into the "CMakeVariables.txt" file and change the NET_VERSION variable to 171023 to match the modified client's version number. +### Using Docker +Refer to [Docker.md](/Docker.md). + ### Linux builds Make sure packages like `gcc`, `cmake`, and `zlib` are installed. Depending on the distribution, these packages might already be installed. Note that on systems like Ubuntu, you will need the `zlib1g-dev` package so that the header files are available. `libssl-dev` will also be required as well as `openssl`.