From 7dda33dcd0cb0c5a72a464c13792db20ca220cbf Mon Sep 17 00:00:00 2001 From: mshannon-sil <131058912+mshannon-sil@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:06:34 -0500 Subject: [PATCH] Update AWS instructions for conda setup in README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74047e2b..75d0082c 100644 --- a/README.md +++ b/README.md @@ -143,8 +143,9 @@ These are the main requirements for the SILNLP code to run on a local machine. S * Note that this does not give you direct access to an AWS S3 bucket from within the Docker container, it only allows you to run scripts referencing files in the bucket. * For instructions on how to permanently set up environment variables for your operating system, see the corresponding section under the Development Environment Setup header below. -11. If using AWS, create caches and cache environment variables - * Follow the corresponding instructions under [Create SILNLP cache](https://github.com/sillsdev/silnlp/blob/master/manual_setup.md#create-silnlp-cache) in manual_setup.md to set up the caches. +11. If using AWS, there are two options: + * Option 1: Mount the bucket to your filesystem following the instructions under [Install and Configure Rclone](https://github.com/sillsdev/silnlp/blob/master/s3_bucket_setup.md#install-and-configure-rclone). + * Option 2: Create a local cache for the bucket following the instructions under [Create SILNLP cache](https://github.com/sillsdev/silnlp/blob/master/manual_setup.md#create-silnlp-cache). ## Development Environment Setup