Skip to content

Commit 64ac643

Browse files
authored
docs(PLUGIN-GUIDE): link substrate repos in §3 Prerequisites (#116)
The three substrate repos were named only as /path/to/... placeholders inside a code block, so a reader without local checkouts had no pointer to where to clone them. Link the free-edition repo names in the surrounding prose, matching the README's Substrate table.
1 parent 2f7a249 commit 64ac643

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/PLUGIN-GUIDE.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,11 @@ server (`nativeapptemplate-agent`) and `mobile-mcp` for device automation.
100100
export NATIVEAPPTEMPLATE_ANDROID="/path/to/NativeAppTemplate-Free-Android"
101101
```
102102
The defaults target the paid edition; the env vars above point at the public
103-
free (MIT) edition repos for an OSS-reproducible run. Either works — the same
104-
pipeline handles both. A starter [`.env.example`](../.env.example) lists every
105-
variable in one place.
103+
free (MIT) edition repos — [`nativeapptemplateapi`](https://github.com/nativeapptemplate/nativeapptemplateapi),
104+
[`NativeAppTemplate-Free-iOS`](https://github.com/nativeapptemplate/NativeAppTemplate-Free-iOS),
105+
[`NativeAppTemplate-Free-Android`](https://github.com/nativeapptemplate/NativeAppTemplate-Free-Android)
106+
for an OSS-reproducible run. Either works — the same pipeline handles both. A
107+
starter [`.env.example`](../.env.example) lists every variable in one place.
106108

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

0 commit comments

Comments
 (0)