Skip to content

Commit

Permalink
Updated for link creation
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
OneOfTheInfiniteMonkeys authored Mar 7, 2020
1 parent 9dcc3c1 commit ba36937
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down

0 comments on commit ba36937

Please # to comment.