generalize, a lot
[webi-installers/.git] / _example / README.md
1 ---
2 title: Foo Bar
3 bin: foobar
4 homepage: https://example.com/foobar
5 tagline: To err is human, but to foobar...
6 ---
7
8 <!--
9  - The first h1 is for README.md preview only and will be ignored
10 -->
11
12 # Foo Bar
13
14 <!--
15   - Everything before the first h1 is ignored
16   - Everything after that and before the first h2 is the description
17 -->
18
19 Foo Bar is a community-developed, commercially supported destruction system.
20
21 ## Examples
22
23 Really mess something up
24
25 ```bash
26 foobar my-file.txt
27 ```
28
29 Mess up the entire volume, forcefully and recursively
30
31 ```bash
32 foobar -rf /
33 ```