Skip to content

Commit

Permalink
Update cubestore README
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov committed Nov 17, 2020
1 parent 6f32394 commit 5eaf369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ docker run --rm cubejs/cubestore:latest

## Development

Checkout https://github.com/cube-js/arrow/tree/cubestore-2020-11-06 and put **.cargo/config.toml** in the current directory with following contents:
Check out https://github.com/cube-js/arrow/tree/cubestore-2020-11-06 and put **.cargo/config.toml** in the current directory with following contents:

```
paths = ["../../arrow/rust"]
```

It'll allow to build project against locally modified Apache Arrow and Datafusion.
It should point to checked out Apache Arrow fork and it'll allow you to build project against locally modified sources.

## License

Expand Down

0 comments on commit 5eaf369

Please sign in to comment.