From 3a6e764c0b654ea68087d1ff67f558b3ee1ef09b Mon Sep 17 00:00:00 2001 From: ari melody Date: Tue, 25 Mar 2025 00:07:21 +0000 Subject: [PATCH] update readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f235539..69e6af0 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,9 @@ OPTIONS ## how to compile -- get a c compiler (i use gcc or clang) -- `gcc -o ./allocatememory -O2 ./main.c` -- ??? -- profit +- `make` +- (optional) `sudo make install` +- yeag ## why