Skip to content

Commit ecd7fba

Browse files
mnriemCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent adc0fc6 commit ecd7fba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ If your environment blocks PyPI access, download the pre-built `specify_cli-*.wh
102102

103103
```bash
104104
pip install specify_cli-*.whl
105-
specify init my-project --ai claude # works fully offline — no api.github.com needed
105+
specify init my-project --ai claude --offline # runs without contacting api.github.com
106106
```
107107

108-
The wheel bundles all templates, commands, and scripts, so `specify init` works without any network access after install. See the [Enterprise / Air-Gapped Installation](./docs/installation.md#enterprise--air-gapped-installation) section for fully offline (no-PyPI) instructions.
108+
The wheel bundles all templates, commands, and scripts, so `specify init` can run without any network access after install when you pass `--offline`. See the [Enterprise / Air-Gapped Installation](./docs/installation.md#enterprise--air-gapped-installation) section for fully offline (no-PyPI) instructions.
109109

110110
### 2. Establish project principles
111111

0 commit comments

Comments
 (0)