refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / _example / README.md
1 ---
2 title: Foo Bar
3 homepage: https://github.com/webinstall/foobar
4 tagline: |
5   foobar: An example that doesn't exist.
6 ---
7
8 <!--
9     Note: Delete this comment section.
10
11     Need an example that has an **alias**? See `bat`.
12     Need a Windows example using **msvc**? See `bat`.
13 -->
14
15 To update or switch versions, run `webi example@stable` (or `@v2`, `@beta`,
16 etc).
17
18 ## Cheat Sheet
19
20 > `foo` doesn't exist and this text should have been replaced. It doesn't do
21 > anything, but what it does is useful because it is; everybody knows it.
22
23 To run foo:
24
25 ```bash
26 foo
27 ```
28
29 ### Add Baz Highlighting
30
31 To run foo with both bar and baz highlighting turned on:
32
33 ```bash
34 foo --bar=baz
35 ```