Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed instruction stating Docker as a requirement to register as an operator #233

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you also clean the codeowners file here? remove eigensid and tinehaibodi and potentially ropcode (have no idea who that is)

docs/eigenlayer/operator-guides/ @shrimalmadhur @nelsonijih
docs/eigenda/ @eigensid @teddyknox @dabit3 @wesfloyd @tinahaibodi @teddyknox @eigensid @jianoaix @mooselumph
2 changes: 0 additions & 2 deletions docs/eigenlayer/operator-guides/operator-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down