diff options
author | Zero~Informatique | 2020-02-13 16:30:38 +0100 |
---|---|---|
committer | Zero~Informatique | 2020-02-13 16:43:07 +0100 |
commit | 9c2af5dcd2d2c8754e4c74e02141822c0964a5a8 (patch) | |
tree | 280836d2d4e931a294e1beebf37c0ee886901b5f /scripts/readme.md | |
parent | af4660b4c4fea455dfffbf2d966bae425ed6effb (diff) | |
download | ldgallery-9c2af5dcd2d2c8754e4c74e02141822c0964a5a8.tar.gz |
moved utility scripts to their dedicated folder
Diffstat (limited to 'scripts/readme.md')
-rw-r--r-- | scripts/readme.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/scripts/readme.md b/scripts/readme.md new file mode 100644 index 0000000..9bb97ec --- /dev/null +++ b/scripts/readme.md | |||
@@ -0,0 +1,24 @@ | |||
1 | # ldgallery scripts | ||
2 | |||
3 | Some utilities. | ||
4 | Prefix the filename of your custom script with "local_", they are git-ignored. | ||
5 | |||
6 | ## Build | ||
7 | |||
8 | ### win_build.cmd | ||
9 | |||
10 | Build the compiler. See {../compiler/readme.md} | ||
11 | |||
12 | ### win_help.cmd | ||
13 | |||
14 | Shows the compiler's command line help. | ||
15 | |||
16 | ### win_compile_example.cmd | ||
17 | |||
18 | Compile the example gallery, for demonstration purposes. See {../example/readme.md} | ||
19 | |||
20 | ### win_generate_yaml_files.cmd | ||
21 | |||
22 | Generates template YAML files for your gallery. | ||
23 | Copy this CMD to your pictures folder. | ||
24 | |||