Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 83bc37f

Browse files
author
Florian Lautenschlager
committed
Update README.md
1 parent 6203df9 commit 83bc37f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

chronix-timeseries-exploration/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ That should be easy ;-).
1818

1919
Then download, unzip and start the [Chronix Server](https://github.com/ChronixDB/chronix.server/releases/tag/v0.0.2).
2020
```
21-
wget https://github.com/ChronixDB/chronix.server/releases/download/v0.0.2/chronix-0.0.2.zip
22-
unzip chronix-0.0.2.zip
21+
wget https://github.com/ChronixDB/chronix.server/releases/download/v0.1/chronix-0.1.zip
22+
unzip chronix-0.1.zip
2323
2424
./chronix-solr-5.3.1/bin/solr start
2525
Waiting up to 30 seconds to see Solr running on port 8983 [|]
@@ -63,4 +63,4 @@ Range Query: metric:\\Load\\avg AND start:2013-08-28T00:00:00.000Z AND end:2013-
6363
#Get the maximum of the load (metric) on day 28.08.2013
6464
Range Query: metric:\\Load\\avg AND start:2013-08-28T00:00:00.000Z AND end:2013-08-29T23:59:59.999Z
6565
Filter Query: ag=max
66-
```
66+
```

0 commit comments

Comments
 (0)