diff options
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index 3babcfe..e2bbc21 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -2,4 +2,9 @@ hex-zero for Devuan 0x0 file upload and hosting service in Flask. +At initial install, you will need to manually install short_url with pip. The dpkg configure will demonstrate how to do this. The steps are as follows: + + sudo su hex-zero -c 'pip3 install --user short_url' + sudo dpkg-reconfigure hex-zero + -- B. Stack <bgstack15@gmail.com> Thu, 10 Dec 2020 08:10:02 -0500 |