This is an automated email from the ASF dual-hosted git repository.

pjfanning pushed a commit to branch pjfanning-patch-2
in repository https://gitbox.apache.org/repos/asf/pekko.git

commit 63f2bb5e7210610e4c373f018f806f078f93114c
Author: PJ Fanning <[email protected]>
AuthorDate: Thu May 7 13:28:07 2026 +0100

    Document package requirements in AGENTS.md
    
    Add package requirements for Coursier, sbt, and scalafmt.
---
 AGENTS.md | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/AGENTS.md b/AGENTS.md
index 583613c743..5d0b5c8ed7 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -27,6 +27,33 @@ Follow `CONTRIBUTING.md`. If this file conflicts with 
`CONTRIBUTING.md`, follow
 - Wire protocol changes must consider rolling upgrade compatibility.
 - Dependency changes must verify Apache-compatible licenses.
 
+## Package Requirements
+
+### Coursier
+
+Install Coursier (`cs` command).
+
+On x86-64 (aka AMD64)
+```
+curl -fL 
"https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-linux.gz"; | gzip 
-d > cs
+```
+On ARM64
+```
+curl -fL 
"https://github.com/VirtusLab/coursier-m1/releases/latest/download/cs-aarch64-pc-linux.gz";
 | gzip -d > cs
+```
+
+### sbt
+
+```
+cs setup
+```
+
+### scalafmt
+
+```
+cs install scalafmt
+```
+
 ## Formatting Rules
 
 - Prefer native scalafmt for changed Scala and SBT files when it is available.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to