update readme

This commit is contained in:
ari melody 2025-03-25 00:07:21 +00:00
parent 665cc326ae
commit 3a6e764c0b
Signed by: ari
GPG key ID: 60B5F0386E3DDB7E

View file

@ -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