Skip to content

Commit f31faa9

Browse files
committed
Address review comments
1 parent 8b85bb8 commit f31faa9

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

Jules.md renamed to agents.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
1-
# Jules Onboarding Guide for `firebase-android-sdk`
1+
# Agents
22

33
This guide provides essential information for working within the `firebase-android-sdk` repository.
44

5-
## Table of Contents
6-
7-
- [Environment Setup](#environment-setup)
8-
- [Testing](#testing)
9-
- [API Surface](#api-surface)
10-
- [Best Practices](#best-practices)
11-
- [Common Patterns](#common-patterns)
12-
- [External Dependencies](#external-dependencies)
13-
- [Updating this Guide](#updating-this-guide)
14-
15-
---
16-
175
## Environment Setup
186

197
To work with this repository, the Android SDK must be installed. Use the `sdkmanager` command-line
@@ -41,7 +29,7 @@ tool for this purpose.
4129
sdkmanager "platform-tools" "platforms;android-33"
4230

4331
# Accept all licenses
44-
sdkmanager --licenses
32+
yes | sdkmanager --licenses
4533
```
4634

4735
- Refer to the specific requirements of the project to determine which packages to install.

0 commit comments

Comments
 (0)