@linkforty/core 1.4.1 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@ git clone https://github.com/linkforty/core.git
|
|
|
60
60
|
cd core/examples
|
|
61
61
|
|
|
62
62
|
# Start services
|
|
63
|
-
docker
|
|
63
|
+
docker compose up -d
|
|
64
64
|
|
|
65
65
|
# Server will be available at http://localhost:3000
|
|
66
66
|
```
|
|
@@ -386,7 +386,7 @@ For local development or self-managed infrastructure:
|
|
|
386
386
|
```bash
|
|
387
387
|
git clone https://github.com/linkforty/core.git
|
|
388
388
|
cd core/examples
|
|
389
|
-
docker
|
|
389
|
+
docker compose up -d
|
|
390
390
|
```
|
|
391
391
|
|
|
392
392
|
See [`examples/docker-compose.yml`](examples/docker-compose.yml) for complete Docker setup.
|