We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a4328 commit 9447054Copy full SHA for 9447054
README.md
@@ -304,9 +304,9 @@ The new Docker implementation includes:
304
### Getting Started
305
306
```bash
307
-# Pull and run the latest release candidate
308
-docker pull unclecode/crawl4ai:0.7.0
309
-docker run -d -p 11235:11235 --name crawl4ai --shm-size=1g unclecode/crawl4ai:0.7.0
+# Pull and run the latest release
+docker pull unclecode/crawl4ai:latest
+docker run -d -p 11235:11235 --name crawl4ai --shm-size=1g unclecode/crawl4ai:latest
310
311
# Visit the playground at http://localhost:11235/playground
312
```
0 commit comments