File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ $ hdi d
130130
131131Also looks for ` README.rst ` / ` readme.rst ` , though Markdown READMEs work best.
132132
133- No dependencies, just Bash. Works on macOS and Linux.
133+ Works on macOS and Linux (probably WSL2 also) .
134134
135135## Development
136136
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const { title } = Astro.props;
1414 <title >hdi - { title } </title >
1515 <meta
1616 name =" description"
17- content =" CLI tool that scans a project's README and extracts the commands you need to get it running. No dependencies, just Bash. "
17+ content =" CLI tool that scans a project's README and extracts the commands you need to get it running."
1818 />
1919 <script
2020 is:inline
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ import { VERSION } from "../data/data";
8383 </div >
8484 </div >
8585 <p class =" install-note" >
86- No dependencies, just Bash. Works on macOS and Linux.
86+ Works on macOS and Linux (probably WSL2 also) .
8787 </p >
8888 </section >
8989
You can’t perform that action at this time.
0 commit comments