diff --git a/README.md b/README.md index 2722571..c2bef00 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,14 @@ If you wish to play local videos files just use the following command to generat `find -maxdepth 1 -type f > ` +If you would like to use the same videos but offline, simply download them using your shell, e.g. : + +``` +while read -r link; do + wget "$link" +done < file_that_you_want_to_download +``` + ### Changing settings in `theme.conf.user` You can change a few settings in this file