about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-03-16 17:02:59 +0100
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2021-03-16 17:02:59 +0100
commitc89116edfc5dee938c19db6a497f99a135a35ab8 (patch)
tree66b27c244c8c620933f9e8e25bdc23f4a4cab27f /README.md
parentea2f56ce2befa0534907915ca5f7585bbbbaa9c3 (diff)
parent41be4192985f46bfe7de3595a5529571ea2b21ba (diff)
downloadgalier-c89116edfc5dee938c19db6a497f99a135a35ab8.tar.gz
galier-c89116edfc5dee938c19db6a497f99a135a35ab8.zip
Merge branch 'master' of github.com:19pdh/galier
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2c7b068..84fe675 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,15 @@ Better [gal](https://github.com/19pdh/gal) - media gallery generator.
 It supports images and videos
 
 ## Usage
+
+```
+galier [SRC DIR] [OUTPUT DIR]
+```
+
+## Caching results
+
+Since video transcoding is a cpu intensive task this script will check if file
+exists in output folder. In order to regenerate video you need to remove/rename
+file in its destination.
+
+Other files (htmls, images) will always be overwritten.