Skip to content

Commit c6496b7

Browse files
authored
Complete examples list in examples/README (#39)
* Reorder examples listed in examples/README * Add missing descriptions to examples/README
1 parent e37d513 commit c6496b7

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

examples/README.adoc

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,19 @@ correctness. Every example includes comments.
2121
`build_dir.sh`::
2222
Shows how to perform the build in a custom directory. Potentially useful
2323
when one wants to cache the source code, or inspect the failed build.
24+
`components_individually.sh`::
25+
Shows how to install individual GnuPG components, one by one. Allows for
26+
fine-grained configuration.
2427
`configure_options.sh`::
2528
Shows how to pass various options to the configure script.
29+
`folding_travis`::
30+
Shows how to use `--folding-style` option in order to get folded output in
31+
Travis CI.
32+
`gpgme`::
33+
Shows how to install GnuPG Made Easy (GPGME) API.
2634
`install_prefix.sh`::
2735
Shows how to install GnuPG into an arbitrary location.
2836
`no_sudo.sh`::
2937
Shows how to install GnuPG without root privileges.
30-
`components_individually.sh`::
31-
Shows how to install individual GnuPG components, one by one. Allows for
32-
fine-grained configuration.
38+
`verify`::
39+
Shows how to verify authenticity of GnuPG releases.

0 commit comments

Comments
 (0)