Skip to content

Commit

Permalink
add go install
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Oct 13, 2023
1 parent c067455 commit 42671ab
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion cmd/egnkey/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## egnkey

### How to build
### How to install
#### Install from source
```bash
go install github.com/Layr-Labs/eigensdk-go/cmd/egnkey@latest
```

#### Build from source
Navigate to [egnkey](../egnkey/) directory and run
```bash
go build
Expand Down

0 comments on commit 42671ab

Please sign in to comment.