Skip to content

Commit

Permalink
Update contributing guide (#1368)
Browse files Browse the repository at this point in the history
* add build environment

Signed-off-by: remzi <13716567376yh@gmail.com>

* update the format

Signed-off-by: remzi <13716567376yh@gmail.com>
  • Loading branch information
HaoYang670 authored Feb 28, 2022
1 parent 44075c6 commit 5737449
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@

## Developer's guide to Arrow Rust

### Setting Up Your Build Environment

Install the Rust tool chain:

https://www.rust-lang.org/tools/install

Also, make sure your Rust tool chain is up-to-date, because we always use the latest stable version of Rust to test this project.

```bash
rustup update stable
```

### How to compile

This is a standard cargo project with workspaces. To build it, you need to have `rust` and `cargo`:
Expand Down

0 comments on commit 5737449

Please sign in to comment.