protolambda/eth2-testnet-genesis

how do i install this on a linux server ?

Closed this issue · 1 comments

I am not expert in Go Programming Language

How do i install this program to work globally on a ubuntu server

To install go, follow the instructions here: https://go.dev/doc/install

Once you install go, you can then run make in the repository, which will compile a binary file eth2-testnet-genesis. If you want this binary file to work globally, you can copy it to any directory in the $PATH, for example, /usr/local/bin