Commit Diff


commit - ef88cc3dc7a0131a664ad747baa53cb9f3dfcb27
commit + ebc794c1eb8127eed3e38d5652f2834a38286589
blob - fc411c4bf2b9ee86c045040ecf4e8332ba97cc2d
blob + 83b54643bd03a784015d447eb09445975d0b3b2e
--- .github/README.md
+++ .github/README.md
@@ -23,6 +23,7 @@ Got requires the following dependencies:
 * `libuuid` (for UUID generation)
 * `libz` (for Z compression)
 * `pkg-config` (for searching libraries)
+* `bison` (for configuration file grammar)
 
 TESTS (REGRESS)
 ===============
blob - 5163aba29f9c7af4d4c4b29641d5b4c0ddaba03d
blob + 317d2d37e1d33a97feecf36d4c2788b5bbb2c982
--- README.portable
+++ README.portable
@@ -20,6 +20,7 @@ Got requires the following dependencies:
 * `libuuid` (for UUID generation)
 * `libz` (for Z compression)
 * `pkg-config` (for searching libraries)
+* `bison` (for configuration file grammar)
 
 TESTS (REGRESS)
 ===============