docs(docs): 📝 Update registry URLs from 'forge.black.local' to 'forge.black.lan' in README files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
95124348a1
commit
ea72f7303e
2 changed files with 3 additions and 3 deletions
|
|
@ -122,7 +122,7 @@ Examples:
|
|||
### Optional
|
||||
|
||||
- `LOCAL_PUBLISH_PYPI_REGISTRY` - Registry URL
|
||||
Default: `http://forge.black.local/api/packages/lilith/pypi`
|
||||
Default: `http://forge.black.lan/api/packages/lilith/pypi`
|
||||
|
||||
## Package Metadata
|
||||
|
||||
|
|
@ -177,7 +177,7 @@ dev-publish --verbose
|
|||
twine --version
|
||||
|
||||
# Check registry connectivity
|
||||
curl -I http://forge.black.local/api/packages/lilith/pypi
|
||||
curl -I http://forge.black.lan/api/packages/lilith/pypi
|
||||
```
|
||||
|
||||
### ModuleNotFoundError
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ pip install lilith-queue-cli
|
|||
Or from the Lilith Platform registry:
|
||||
|
||||
```bash
|
||||
pip install lilith-queue-cli --index-url http://forge.black.local/api/packages/lilith/pypi/simple/
|
||||
pip install lilith-queue-cli --index-url http://forge.black.lan/api/packages/lilith/pypi/simple/
|
||||
```
|
||||
|
||||
## Commands
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue