make _example current, add rg for Windows
[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 ### Updating `foo`
16
17 `webi foo@stable`
18
19 Use the `@beta` tag for pre-releases.
20
21 ## Cheat Sheet
22
23 > `foo` doesn't exist and this text should have been replaced. It doesn't do
24 > anything, but what it does is useful because it is; everybody knows it.
25
26 To run foo:
27
28 ```bash
29 foo
30 ```
31
32 ### Add Baz Highlighting
33
34 To run foo with both bar and baz highlighting turned on:
35
36 ```bash
37 foo --bar=baz
38 ```