From 77c22ada4f037bc7fc5a7cf9343751e21696238a Mon Sep 17 00:00:00 2001 From: Seth Landry Date: Wed, 22 Jan 2025 23:30:06 -0600 Subject: [PATCH 1/2] Update README with build and usage instructions Update `README.md` to include instructions for building and installing the binary from source via Go. * **Build and install binary from source via Go** - Add instructions to clone the repository - Add instructions to navigate to the repository directory - Add instructions to install the binary using Go --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/gobitfly/eth.store?shareId=XXXX-XXXX-XXXX-XXXX). --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d348875..4db9c38 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ ETH.STORE (Ether Staking Offered Rate) represents the average financial return v ```bash # build and install binary from source via go +git clone github.com/gobitfly/eth.store +cd eth.store go install github.com/gobitfly/eth.store eth.store -h From a380cefbf77014ed411650aa3d677f21b28d0411 Mon Sep 17 00:00:00 2001 From: Seth Landry Date: Wed, 22 Jan 2025 23:31:07 -0600 Subject: [PATCH 2/2] Add instructions to build and install the binary from source via Go * Add commands to clone the repository and navigate to the project directory before running `go install`