Closed tiemma closed 2 years ago
Description Adds docs on a quick test for the API with the code sample in a test.c for easy use
test.c
Notes Additional documentation on a quick test in a non-cmake environment was also added
gcc test.c ./src/docker.c -o test -std=c99 -lcurl -I ./src ./test
Yes, it's a quick example of how to use the library.
I can see there are some merge conflicts, let me check that real quick
Description Adds docs on a quick test for the API with the code sample in a
test.c
for easy useNotes Additional documentation on a quick test in a non-cmake environment was also added