Skip to content

Commit 7de669c

Browse files
committed
README: CommonMark based GitHub Flavored Markdown
https://githubengineering.com/a-formal-spec-for-github-markdown/
1 parent 1f5b496 commit 7de669c

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

README.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,28 +35,34 @@ and "[dasht in a browser](https://vimeo.com/159462774)" screencasts.
3535

3636
Required:
3737

38+
[POSIX]: http://pubs.opengroup.org/onlinepubs/9699919799/
39+
3840
* [POSIX] environment (Linux, BSD, etc.)
39-
[POSIX]: http://pubs.opengroup.org/onlinepubs/9699919799/
41+
42+
[sqlite3]: https://www.sqlite.org/cli.html
4043

4144
* [sqlite3] to search inside [Dash] docsets
42-
[sqlite3]: https://www.sqlite.org/cli.html
4345

4446
Optional:
4547

48+
[wget]: https://www.gnu.org/software/wget/
49+
4650
* [wget] to download [docsets] from [Dash]
47-
[wget]: https://www.gnu.org/software/wget/
51+
52+
[w3m]: http://w3m.sourceforge.net/
4853

4954
* [w3m] to display dasht(1) search results
50-
[w3m]: http://w3m.sourceforge.net/
55+
56+
[socat]: http://www.dest-unreach.org/socat/
5157

5258
* [socat] for dasht-server(1) search engine
53-
[socat]: http://www.dest-unreach.org/socat/
5459

5560
Development:
5661

62+
[binman]: https://sunaku.github.io/binman/
63+
[md2man]: https://sunaku.github.io/md2man/
64+
5765
* [binman] and [md2man] to build manual pages
58-
[binman]: https://sunaku.github.io/binman/
59-
[md2man]: https://sunaku.github.io/md2man/
6066

6167
gem install binman md2man
6268

@@ -70,10 +76,11 @@ In Arch Linux:
7076

7177
On any system:
7278

73-
1. [Download] a stable release or [clone] this Git repository.
7479
[download]: https://github.com/sunaku/dasht/releases
7580
[clone]: https://github.com/sunaku/dasht.git
7681

82+
1. [Download] a stable release or [clone] this Git repository.
83+
7784
2. Add the `bin/` folder to your `PATH` environment variable:
7885

7986
export PATH=$PATH:location_where_you_cloned_or_downloaded_dasht/bin
@@ -136,9 +143,9 @@ at the top of script files in the `bin/` directory, then remember to run the
136143

137144
## License
138145

139-
> Like my work? :+1: Please [spare a life] today as thanks!
140-
> :cow::pig::chicken::fish::speak_no_evil::v::revolving_hearts:
141-
[spare a life]: https://sunaku.github.io/vegan-for-life.html
146+
[Spare A Life]: https://sunaku.github.io/vegan-for-life.html
147+
> Like my work? :+1: Please [spare a life] today as thanks!
148+
:cow::pig::chicken::fish::speak_no_evil::v::revolving_hearts:
142149

143150
Copyright 2016 Suraj N. Kurapati <https://github.com/sunaku>
144151

0 commit comments

Comments
 (0)