Skip to content

Commit

Permalink
improve the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryshao committed Oct 19, 2023
1 parent 8f723f0 commit d241384
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Gravitino is built using Gradle. To build Gravitino, please run:
If you want to build a distribution package, please run:

```shell
./gradlew clean build
./gradlew compileDistribution
```

Expand All @@ -45,7 +44,6 @@ to build a distribution package.
Or:

```shell
./gradlew clean build
./gradlew assembleDistribution
```

Expand Down Expand Up @@ -78,7 +76,7 @@ To stop Gravitino server, please run:

### Using Trino with Gravitino


Gravitino provides a Trino connector to access the metadata in Gravitino. To use Trino with Gravitino, please follow the [trino-gravitino-connector doc](docs/trino-gravitino-connector.md).

## Development Guide

Expand Down

0 comments on commit d241384

Please sign in to comment.