From 3764f433f5263abaece8e38687aacaf439667107 Mon Sep 17 00:00:00 2001 From: Niccolo Raspa Date: Thu, 13 Jun 2024 10:58:59 +0200 Subject: [PATCH] Add as a prerequisite in README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fa88cb..fe818fb 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The Osmosis Installer offers the following key features: ## Installation -To install Osmosisd, follow these steps: +To install `osmosisd`, follow these steps: 1. Open your terminal. @@ -32,6 +32,8 @@ To install Osmosisd, follow these steps: source <(curl -sL https://get.osmosis.zone/run) ``` +> ⚠️ Requires `wget` to be present in the machine + This command will download and execute the Osmosis Installer script. Follow the on-screen instructions to complete the installation. The installer will guide you through the installation process, allowing you to make choices such as selecting the installation type (node or client) and customizing various settings. @@ -48,7 +50,7 @@ For optimal performance, it is recommended to have at least 64GB of RAM when run To add swap space to your system, follow these steps: -1. Calculate the additional swap space needed: Subtract the amount of RAM you have from 64GB to determine the required swap space. +1. Calculate the additional swap space needed: Subtract the amount of RAM you have from 64GB to determine the required swap space. For example, if you have 32GB of RAM, you would need to add 32GB of swap space. 2. Open a terminal and execute the following commands: