Skip to content

Commit 70ddc83

Browse files
dadachiclaude
andcommitted
Clarify ~/.gradle/gradle.properties path for beginners
Spell out that `~` means the user's home directory with per-OS examples, and note to create the file if it doesn't exist. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 0273105 commit 70ddc83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ To run this app successfully, ensure you have:
121121

122122
## Running with the NativeAppTemplate-API on localhost
123123

124-
By default the debug build hits the hosted API (`https://api.nativeapptemplate.com`). To point it at a Rails server running on your LAN, add to `~/.gradle/gradle.properties`:
124+
By default the debug build hits the hosted API (`https://api.nativeapptemplate.com`). To point it at a Rails server running on your LAN, add the following to `~/.gradle/gradle.properties` (here `~` is your user home directory — `/Users/<you>` on macOS, `/home/<you>` on Linux, `C:\Users\<you>` on Windows; create the file if it doesn't exist):
125125

126126
```
127127
# Use your LAN IP, or 10.0.2.2 for emulator → host

0 commit comments

Comments
 (0)