From e0028ac66677d7b5c0c560cb0ea7eb5481bd0fb4 Mon Sep 17 00:00:00 2001 From: "hyunggi.kim" Date: Wed, 10 Apr 2024 17:37:27 +0900 Subject: [PATCH] Fix typo --- docs/eigenlayer/operator-guides/operator-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eigenlayer/operator-guides/operator-installation.md b/docs/eigenlayer/operator-guides/operator-installation.md index 02151e35..fd7028ad 100644 --- a/docs/eigenlayer/operator-guides/operator-installation.md +++ b/docs/eigenlayer/operator-guides/operator-installation.md @@ -99,7 +99,7 @@ or if you have **make** installed: ``` git clone https://github.com/Layr-Labs/eigenlayer-cli.git -cd eigenlayer +cd eigenlayer-cli make build ```