diff --git a/servefiles/README.md b/servefiles/README.md index a9ef192..792fbdf 100644 --- a/servefiles/README.md +++ b/servefiles/README.md @@ -3,3 +3,5 @@ Simple Python script for serving local files to FBI's QR code installer. Requires [Python](https://www.python.org/downloads/), [Pillow](https://pypi.python.org/pypi/Pillow), [qrcode](https://pypi.python.org/pypi/qrcode), and [netifaces](https://pypi.python.org/pypi/netifaces). **Usage**: python servefiles.py (file/directory) + +If you are on Windows, you can drag and drop a CIA file or directory onto **servefiles.bat**. diff --git a/servefiles/servefiles.bat b/servefiles/servefiles.bat new file mode 100644 index 0000000..e8d3881 --- /dev/null +++ b/servefiles/servefiles.bat @@ -0,0 +1 @@ +python servefiles.py %1