Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ To get a sense of what you can do with FlintML, check out the [Instacart Kaggle

```bash
curl -sL https://raw.githubusercontent.com/flintml/flint/main/flintml-quickstart.sh | bash
# FlintML will become available at localhost:8701
```

The first time you execute code may take a couple of minutes while FlintML downloads the relevant worker image.
FlintML will become available at `localhost:8701`. The first time you execute code may take a couple of minutes while FlintML downloads the relevant worker image.

### [Concepts](docs/concepts.md)
### [Reference](docs/reference.md)
Expand Down