document the shlex dependency

This commit is contained in:
Travis J Parker 2022-06-17 10:49:54 +02:00
parent edea699ddf
commit 847a33760e
1 changed files with 4 additions and 3 deletions

View File

@ -55,9 +55,10 @@ Molly Brown is known to run on:
Please let us know if you get it to work on some other platform!
Molly Brown only has a single dependency beyond the Go standard
library, which is [this TOML parsing
library](https://github.com/BurntSushi/toml).
Molly Brown only has two dependencies beyond the Go standard
library, which are [this TOML parsing
library](https://github.com/BurntSushi/toml) and [this shell command
lexer](https://github.com/google/shlex).
## Installation