From 847a33760e1c082153c76ae669d1ff44235a101d Mon Sep 17 00:00:00 2001 From: Travis J Parker Date: Fri, 17 Jun 2022 10:49:54 +0200 Subject: [PATCH] document the shlex dependency --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 917e30b..d0e9818 100644 --- a/README.md +++ b/README.md @@ -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