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