diff --git a/src/cli/Gamma.CLI/Gamma.CLI.csproj b/src/cli/Gamma.CLI/Gamma.CLI.csproj
index 434c46a..f09f700 100644
--- a/src/cli/Gamma.CLI/Gamma.CLI.csproj
+++ b/src/cli/Gamma.CLI/Gamma.CLI.csproj
@@ -8,11 +8,15 @@
true
true
Gamma.CLI
+ README.md
gamma
Gamma.CLI
v
dev
+
+
+
all
diff --git a/src/cli/Gamma.CLI/README.md b/src/cli/Gamma.CLI/README.md
new file mode 100644
index 0000000..2c1dbcf
--- /dev/null
+++ b/src/cli/Gamma.CLI/README.md
@@ -0,0 +1,16 @@
+# Gamma.CLI
+
+Command-line interface for the Gamma SDK generated with AutoSDK.
+
+## Installation
+
+```bash
+dotnet tool install --global Gamma.CLI --prerelease
+```
+
+## Usage
+
+```bash
+gamma --help
+gamma api --help
+```
\ No newline at end of file