diff --git a/app/en/references/page.tsx b/app/en/references/page.tsx index 948b611ae..a4caa8a33 100644 --- a/app/en/references/page.tsx +++ b/app/en/references/page.tsx @@ -130,6 +130,54 @@ export default function APIReferencePage() { Learn more about the Go Client + + {/* C# Client */} +
+ Install with: +
+
+ git clone git@github.com:ArcadeAI/arcade-csharp.git dotnet add
+ reference arcade-csharp/src/ArcadeEngine
+
+
+ Learn more about the C# Client
+
+ + Install following{" "} + + these instructions + +
+ + Learn more about the Java Client + +