From f6fdd6c47bd5ebabecef8252df0f5f9b870bbb8a Mon Sep 17 00:00:00 2001 From: Jake Taylor <jake@elixxir.io> Date: Fri, 15 Jan 2021 12:31:01 -0600 Subject: [PATCH] add readme stuff --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9edbecc..44f706b 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,9 @@ into the `benchmark` branch so that the benchmarks will continue to function. `build.sh` generates version information for all repositories under test and builds binaries for them in the `bin/` directory. +`download_cmix_binaries` downloads binaries from certain branches into the `bin/` directory. +The targeted operating system for the binaries can be specified via command line arguments. + `update.sh` runs `git pull` for each repo under test, and by uncommenting the relevant code, checks out the `master` branch of each repo before pulling. This is the most useful if you're trying to fix an integration breakage in -- GitLab