diff --git a/README.md b/README.md index f020da7ce2..69a7cc9511 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ ## Instructions > [!WARNING] -> Only follow these steps if you wish to set up a full node, else you could immediately go to the [`genesis-crypto`](https://github.com/zenodeapp/genesis-crypto) repository. +> Only follow these steps if you wish to set up a full node, else you could immediately go to the [`genesis-crypto`](https://github.com/alpha-omega-labs/genesis-crypto) repository. > [!NOTE] > More details for every script mentioned in this README can be found in the folders where they are respectively stored: [/setup](/setup) or [/utils](/utils). @@ -47,13 +47,13 @@ ### 1. Cloning the repository ``` -git clone https://github.com/zenodeapp/genesis-ethermint.git +git clone https://github.com/alpha-omega-labs/genesis-ethermint.git ``` ### 2. Checkout the right tag/branch ``` -git checkout genesis-v0.5.0 +git checkout v0.5.0 ``` ### 3. Node setup @@ -92,7 +92,7 @@ There are two scripts¹ one could use to initialize a node: --- -¹ As this repository is only required for full node syncing, we've only included scripts for **initializing a node and starting the sync process** till height `insert_height_here`. Scripts for e.g. _creating a validator_ will only be available in the [`genesis-crypto`](https://github.com/zenodeapp/genesis-crypto) repository. +¹ As this repository is only required for full node syncing, we've only included scripts for **initializing a node and starting the sync process** till height `insert_height_here`. Scripts for e.g. _creating a validator_ will only be available in the [`genesis-crypto`](https://github.com/alpha-omega-labs/genesis-crypto) repository. ### 4. Daemon check @@ -105,7 +105,7 @@ If you can't access the `genesisd` command at this point, then you may need to e ### 5. Node syncing -The node will sync till height `insert_height_here` and automatically crash, which is expected. Once you've gotten this far, continue with the instructions in the [`genesis-crypto`](https://github.com/zenodeapp/genesis-crypto) repository. +The node will sync till height `insert_height_here` and automatically crash, which is expected. Once you've gotten this far, continue with the instructions in the [`genesis-crypto`](https://github.com/alpha-omega-labs/genesis-crypto) repository. > Monitor your node's status using `journalctl -fu genesisd -ocat`. ### 6. Explore utilities (optional)