From 61b9ba67fd7144f1c9392fa4aaec35edf3a5e0fc Mon Sep 17 00:00:00 2001 From: Amy Wang <74884877+amjiao@users.noreply.github.com> Date: Sun, 22 Feb 2026 13:33:23 -0500 Subject: [PATCH] Update README with file placement instructions Clarified instructions for adding configuration files. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d93e544..aecc01f 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@ Score is Cornell’s all-in-one sports discovery hub that makes Cornell sports e ## Getting Started 1. Clone the repository 2. Download the following two files (AppDev members can find it pinned in `#score-android` in the Slack) - - `score-keystore` - `google-services.json` - `secrets.properties` -4. Add those three files to the project root in Android Studio +4. Add `secrets.properties` to the project root and `google-services.json` to the app level in Android Studio 5. Build and run!