diff --git a/README.md b/README.md new file mode 100644 index 0000000..727c289 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Apt Repo Updater + +This script will monitor a dir and execute `reprepro` to include the new .deb files. + +# Usage + +``` +WORK_DIR=/srv/apt apt-repo-updater +```