diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fad2211c..c1a07ba7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,5 +2,6 @@ docs/eigenlayer/ @eigensid @teddyknox @dabit3 @wesfloyd @tinahaibodi @bpm333 @joan-el @scotthconner @QuinnLee docs/eigenlayer/security @eigensid @teddyknox @dabit3 @wesfloyd @tinahaibodi @ropcode @antojoseph @anupsv @wadealexc docs/eigenlayer/avs-guides/ @eigensid @teddyknox @dabit3 @wesfloyd @tinahaibodi @bpm333 @joan-el @scotthconner @QuinnLee @NimaVaziri @afkbyte @stevennevins @samlaf @0xkydo -docs/eigenlayer/risk/ @0xkydo @eigensid @teddyknox @dabit3 @wesfloyd @tinahaibodi @cryptogakusei +docs/eigenlayer/risk/ @0xkydo @eigensid @teddyknox @dabit3 @wesfloyd @tinahaibodi @cryptogakusei +docs/eigenlayer/operator-guides/ @shrimalmadhur @nelsonijih docs/eigenda/ @eigensid @teddyknox @dabit3 @wesfloyd @tinahaibodi @teddyknox @eigensid @jianoaix @mooselumph diff --git a/docs/eigenlayer/operator-guides/operator-installation.md b/docs/eigenlayer/operator-guides/operator-installation.md index 389f9b48..93d52362 100644 --- a/docs/eigenlayer/operator-guides/operator-installation.md +++ b/docs/eigenlayer/operator-guides/operator-installation.md @@ -8,8 +8,6 @@ sidebar_position: 2 ### **Software Requirements** -- Docker: Ensure that Docker is installed on your system. To download Docker, follow the instructions listed [here](https://docs.docker.com/get-docker/). -- Docker Compose: Make sure Docker Compose is also installed and properly configured. To download Docker Compose, follow the instructions listed [here](https://docs.docker.com/compose/install/). - Linux Environment: EigenLayer is supported only on Linux. Ensure you have a Linux environment, such as Docker, for installation. - If you choose to install eigenlayer-cli using the Go programming language, ensure you have Go installed, version 1.21 or higher. You can find the installation guide [here](https://go.dev/doc/install).