Skip to content

Commit

Permalink
Add the build from source section
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hulk committed Mar 14, 2024
1 parent 5db83a0 commit f29aa93
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@

`iceberg` is a Golang implementation of the [Iceberg table spec](https://iceberg.apache.org/spec/).

## Build From Source

### Prerequisites

* Go 1.21 or later

### Build

```shell
$ git clone https://github.com/apache/iceberg-go.git
$ cd iceberg-go/cmd/iceberg && go build .
```

## Feature Support / Roadmap

### FileSystem Support
Expand Down

0 comments on commit f29aa93

Please sign in to comment.