zeroshade commented on code in PR #70:
URL: https://github.com/apache/iceberg-go/pull/70#discussion_r1590173336


##########
README.md:
##########
@@ -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 .
+```

Review Comment:
   That makes sense, and is fine. Though I'm not sure it is necessarily needed 
to explain for any developers if they are going to work on it. But i guess it's 
fine.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to