Skip to content

Commit 8b51ab0

Browse files
docs: update readme (#173)
1 parent 912d54e commit 8b51ab0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,12 @@ curl -sSfL https://raw.githubusercontent.com/layr-labs/eigenlayer-cli/master/scr
5959
We collect anonymous usage data to improve the CLI. To disable telemetry, set the environment variable `EIGENLAYER_CLI_TELEMETRY_ENABLED` to `false`.
6060

6161
## Install `eigenlayer` CLI using Go
62+
>Note: Some commands might not work as expected as we use some build time variables. We recommend using [binary installation](#install-eigenlayer-cli-using-a-binary) for best experience.
6263
6364
First, install the Go programming language following the [official instructions](https://go.dev/doc/install). You need at least the `1.21` version.
6465

65-
> Eigenlayer is only supported on **Linux**. Make sure you install Go for Linux in a Linux environment (e.g. WSL2, Docker, etc.)
66-
6766
This command will install the `eigenlayer` executable along with the library and its dependencies in your system:
6867

69-
> As the repository is private, you need to set the `GOPRIVATE` variable properly by running the following command: `export GOPRIVATE=github.com/Layr-Labs/eigenlayer-cli,$GOPRIVATE`. Git will automatically resolve the private access if your Git user has all the required permissions over the repository.
70-
7168
```bash
7269
go install github.com/Layr-Labs/eigenlayer-cli/cmd/eigenlayer@latest
7370
```
@@ -84,6 +81,7 @@ export PATH=$GOBIN:$PATH
8481
> Changes made to a profile file may not apply until the next time you log into your computer. To apply the changes immediately, run the shell commands directly or execute them from the profile using a command such as `source $HOME/.profile`.
8582
8683
## Install `eigenlayer` CLI from source
84+
>Note: Some commands might not work as expected as we use some build time variables. We recommend using [binary installation](#install-eigenlayer-cli-using-a-binary) for best experience.
8785
8886
With this method, you generate the binary manually (need Go installed), downloading and compiling the source code:
8987

0 commit comments

Comments
 (0)