From 98df4c5f722db1955305c35cb2b0c4e3d9c63729 Mon Sep 17 00:00:00 2001 From: tvorogo Date: Mon, 9 Mar 2026 14:56:14 +0400 Subject: [PATCH] add link to document website Why "build !" and not "Build!"? --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cba13bd..0d7cc71 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ cd DualBootKernelPacther cmake -B output -S . ``` - - Build ! + - Build! ``` cmake --build output -j 12 ``` @@ -35,7 +35,7 @@ + Shell Code binaries can be find under `output/ShellCode/` ## See More - - You can go to our document page to get more infomation about the Dual Boot Patcher. + - You can go to our [document website](https://aloha.firmware.icu/) to get more infomation about the Dual Boot Patcher. ## License MIT License.