Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MINOR] Add note on supported build systems #1326

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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,13 @@ Gravitino is open source software available under the Apache 2.0 license. For in

## Online documentation

You can find the latest Gravitino documentation here in the [doc folder](docs), The README file only contains basic setup instructions.
You can find the latest Gravitino documentation in the [doc folder](docs). This README file only contains basic setup instructions.

## Building Gravitino

Gravitino builds Gradle. To build Gravitino, please run:
You can build Gravitino using Gradle. Currently you can build Gravitino on Linux and macOS, Windows isn't supported.

To build Gravitino, please run:

```shell
./gradlew clean build -x test
Expand Down