Skip to content

Commit 66ee454

Browse files
committed
Add info about .env
1 parent 165bdff commit 66ee454

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,17 @@ Here are the steps:
2424
git clone https://github.com/QuesmaOrg/observability-query-language.git
2525
```
2626

27-
2. Build and run. The first build may take a few minutes:
27+
2. Copy `.env.example` to `.env` (by default it will use ClickHouse running in Docker):
28+
```bash
29+
cp .env.example .env
30+
```
31+
32+
3. Build and run. The first build may take a few minutes:
2833
```bash
2934
docker compose up --build
3035
```
3136

32-
3. Click here to start exploring:
37+
4. Click here to start exploring:
3338
[http://localhost:3000/a/quesma-oql-app](http://localhost:3000/a/quesma-oql-app)
3439

3540
## Examples

0 commit comments

Comments
 (0)