From 5dfd279bf3ad9578d0595f49567e4d74beb27a35 Mon Sep 17 00:00:00 2001 From: "Audrey M. Roy Greenfeld" Date: Wed, 20 Nov 2024 16:45:46 +0000 Subject: [PATCH] Document initial sync, and fix typo * Per today's walkthrough I added instructions to sync all the git submodules * Also fixed a little typo --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5213af2..254a525 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ # subs_aai All the main Answer.AI repos of interest +## Syncing Repos + +The first time you clone this, you'll want to sync all git submodules with: + +```sh +./sync.sh +``` + ## Updating Repos To update all the repos in this repository, you can run the following command: @@ -16,7 +24,7 @@ then for each submodule update anyones that have changed. ## Install Repos If you want to pip install all of the repositories you can run the following -commad: +command: ```sh ./install.sh