From 5ce5ddb50c332dedb92f4c0085862aab5145570d Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 19 Mar 2023 18:43:30 -0400 Subject: [PATCH] spelling: github Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- doc/mimalloc-doc.h | 2 +- docs/build.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/mimalloc-doc.h b/doc/mimalloc-doc.h index e923026b..c863f677 100644 --- a/doc/mimalloc-doc.h +++ b/doc/mimalloc-doc.h @@ -927,7 +927,7 @@ template struct mi_stl_allocator { } /*! \page build Building -Checkout the sources from Github: +Checkout the sources from GitHub: ``` git clone https://github.com/microsoft/mimalloc ``` diff --git a/docs/build.html b/docs/build.html index 3a6ae83e..41e0199f 100644 --- a/docs/build.html +++ b/docs/build.html @@ -98,7 +98,7 @@ $(document).ready(function(){initNavTree('build.html',''); initResizable(); });
Building
-

Checkout the sources from Github:

git clone https://github.com/microsoft/mimalloc
+

Checkout the sources from GitHub:

git clone https://github.com/microsoft/mimalloc

Windows

Open ide/vs2019/mimalloc.sln in Visual Studio 2019 and build (or ide/vs2017/mimalloc.sln). The mimalloc project builds a static library (in out/msvc-x64), while the mimalloc-override project builds a DLL for overriding malloc in the entire program.

macOS, Linux, BSD, etc.