From 1f169228fc0c8600eca33b5b9d35ccdb74170650 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 28 Jun 2015 19:53:18 +0200 Subject: [PATCH] Add templates_c to repo --- README.md | 4 ++++ templates_c/.gitignore | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 templates_c/.gitignore diff --git a/README.md b/README.md index 14b6009..76fd9f9 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ This will download all the required dependencies. (Note that it will download the ffmpeg binary for 64-bits Linux. If you are on another platform, you might want to specify the path to avconv/ffmpeg in your config file.) +You should also ensure that the *templates_c* folder has the right permissions: + + chmod 777 templates_c/ + ##Config If you want to use a custom config, you need to create a config file: diff --git a/templates_c/.gitignore b/templates_c/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/templates_c/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore