diff --git a/README.md b/README.md index 658eb2c..3347dc2 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,6 @@ this lib is an attempt to make some better functions without the use of glibC to build all thats needed is the gcc compiler and a version of linux ### commands - -- gcc -c -fPIC main.c funcs.c -o stdwullie.o -- gcc -shared -o libstdWullie.so stdwullie.o - -or -- gcc -shared -o libstdwullie.so -fPIC main.c funcs.c - +git clone https://git.wulliestudio.com/wullie/libstdwullie +cd libstdwullie +make