Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions docs/PLUGIN-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,11 @@ server (`nativeapptemplate-agent`) and `mobile-mcp` for device automation.
export NATIVEAPPTEMPLATE_ANDROID="/path/to/NativeAppTemplate-Free-Android"
```
The defaults target the paid edition; the env vars above point at the public
free (MIT) edition repos for an OSS-reproducible run. Either works — the same
pipeline handles both. A starter [`.env.example`](../.env.example) lists every
variable in one place.
free (MIT) edition repos — [`nativeapptemplateapi`](https://github.com/nativeapptemplate/nativeapptemplateapi),
[`NativeAppTemplate-Free-iOS`](https://github.com/nativeapptemplate/NativeAppTemplate-Free-iOS),
[`NativeAppTemplate-Free-Android`](https://github.com/nativeapptemplate/NativeAppTemplate-Free-Android) —
for an OSS-reproducible run. Either works — the same pipeline handles both. A
starter [`.env.example`](../.env.example) lists every variable in one place.

> **Tip — where to set these.** Claude Code inherits the environment of the shell
> it was launched from, so export the vars (or load a `.env`/`direnv`) **before**
Expand Down
Loading