diff --git a/README.md b/README.md index b68ffdf..d18973d 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,12 @@ Watch folder for images and flip them # Usage ``` - joomer-ftxui-file-monitoring [path] +joomer-ftxui-file-monitoring - drag and drop files into the path folder ``` [todo] - # Build ``` learndir/ @@ -49,4 +48,10 @@ msbuild joomer-ftxui-file-monitoring.vcxproj /t:Build /p:Configuration=Debug /p: bin\Debug\joomer-ftxui-file-monitoring.exe ``` +For a prototype app we can just dump the stb headers right into the helloworld dir for simplicity +``` +curl -LO https://raw.githubusercontent.com/nothings/stb/master/stb_image.h +curl -LO https://raw.githubusercontent.com/nothings/stb/master/stb_image_write.h +make all -j4 +```