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


##########
README.md:
##########
@@ -84,6 +84,9 @@ $ cd iceberg-go/cmd/iceberg && go build .
 
 
 ### CLI Usage
+Run `go build` command to build the CLI command. 
+The CLI executable(`iceberg`) will be available in `cmd/iceberg` path.

Review Comment:
   ```suggestion
   Run `go build ./cmd/iceberg` from the root of this repository to build the 
CLI executable, alternately you can run `go install 
github.com/apache/iceberg-go/cmd/iceberg` to install it to the `bin` directory 
of your `GOPATH`.
   ```
   
   What about this?



-- 
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