simple_allocator

A simple, poorly-performing memory allocator
git clone https://git.bracken.jp/simple_allocator.git
Log | Files | Refs | Submodules | README | LICENSE

commit 940982eef0152249c8b500c18d1050bbe061e603
parent efa709532f01ebab9be91ebcf2ef99b5c68b82dd
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon,  9 Nov 2020 23:46:09 -0800

Avoid hardcoding the repo URL in README.md

Diffstat:
MREADME.md | 8+-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/README.md b/README.md @@ -10,13 +10,7 @@ installed on your system. ## Obtaining the source -First, clone the repo: - -```shell -git clone git@gitlab.com:cbracken/simple_allocator.git -``` - -Next, initialise and fetch git submodules: +First, clone the repo; then, initialise and fetch git submodules: ```shell # Initialise local configuration file.