From 247a66cad18cee22ae5d069ffd9c5791edc090eb Mon Sep 17 00:00:00 2001 From: ari melody Date: Mon, 12 Feb 2024 01:40:58 +0000 Subject: [PATCH] updated readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c58f4e5..54e05a2 100644 --- a/README.md +++ b/README.md @@ -5,18 +5,18 @@ it allocates memory *(in gibibytes (GiB))* ## how to use - run the executable -- enter how many gibibytes you want (max is how many gibibytes of memory you have) +- enter how many gibibytes you want (max is how many gibibytes of memory you have...or more!) - confirm (y) - wait for the program to allocate the memory - your memory is allocated -- press any key or CTRL+C to free the memory and exit the program +- press ENTER or CTRL+C to free the memory and exit the program - ??? - profit ## how to compile - get a c compiler (i use gcc) -- `gcc -o ./allocatememory.exe ./main.c` +- `gcc -o ./allocatememory ./main.c` - ??? - profit