1
1
Fork 0
mirror of https://tildegit.org/solderpunk/molly-brown synced 2024-05-26 13:06:04 +02:00

document the shlex dependency

This commit is contained in:
Travis J Parker 2022-06-17 10:49:54 +02:00
parent edea699ddf
commit 847a33760e

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