diff options
author | B Stack <bgstack15@gmail.com> | 2020-12-18 19:11:38 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-12-18 19:25:23 -0500 |
commit | 52ac4782f7acf7994d9d9e4136fc05099d252f59 (patch) | |
tree | b682e3f2c32f731ce34bcc4eddae9780781a99e5 /debian/README.Debian | |
parent | improve instructions for installing short_url (diff) | |
download | hex-zero-52ac4782f7acf7994d9d9e4136fc05099d252f59.tar.gz hex-zero-52ac4782f7acf7994d9d9e4136fc05099d252f59.tar.bz2 hex-zero-52ac4782f7acf7994d9d9e4136fc05099d252f59.zip |
add drag-and-drop /upload/ route
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index e2bbc21..3636821 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -7,4 +7,6 @@ At initial install, you will need to manually install short_url with pip. The dp sudo su hex-zero -c 'pip3 install --user short_url' sudo dpkg-reconfigure hex-zero +This project combines the above 0x0 from envs.sh as well as https://code-boxx.com/simple-drag-and-drop-file-upload/ for the drag-and-drop upload form. + -- B. Stack <bgstack15@gmail.com> Thu, 10 Dec 2020 08:10:02 -0500 |