aboutsummaryrefslogtreecommitdiff
path: root/debian/README.Debian
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-12-18 19:11:38 -0500
committerB Stack <bgstack15@gmail.com>2020-12-18 19:25:23 -0500
commit52ac4782f7acf7994d9d9e4136fc05099d252f59 (patch)
treeb682e3f2c32f731ce34bcc4eddae9780781a99e5 /debian/README.Debian
parentimprove instructions for installing short_url (diff)
downloadhex-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.Debian2
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
bgstack15