From ba369372c39cbb618eafddedffacdfdb3b8966e5 Mon Sep 17 00:00:00 2001 From: OneOfTheInfiniteMonkeys <45082871+OneOfTheInfiniteMonkeys@users.noreply.github.com> Date: Sat, 7 Mar 2020 21:46:28 +0000 Subject: [PATCH] Updated for link creation PiZero-WU TinyFileManager default is to use a link in the installation folder (/var/www/html/tinyfilemanager/) named usb. The manual installation details were updated to include this detail. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e8d93b4a..780342b1 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,14 @@ d) Create the temporary folder: cd /var/www/html/tinyfilemanager sudo mkdir tmp ``` +e) Create link to files to be shared +``` + Create a link in the Tiny File Manager Folder to the files to be accessed by TinyFileManager. + If the files are located at '/mnt/usb_share' + Typically: + cd /var/www/html/tinyfilemanager + sudo ln -s /mnt/usb_share usb +``` To install the pyembroidery viewer use the following commands for Python version 3 and a raspberry pi: ```