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

Add as a prerequisite in README.md #77

Merged
merged 1 commit into from
Jun 13, 2024
Merged
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
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
Loading