Skip to content

Commit

Permalink
Add as a prerequisite in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niccoloraspa committed Jun 13, 2024
1 parent ad9e82e commit 3764f43
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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.
Expand All @@ -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:
Expand Down

0 comments on commit 3764f43

Please sign in to comment.