Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.57 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.57 KB

IPFS Command Installer

Build Status

This automated script simplifies the installation process for IPFS (InterPlanetary File System) commands on your system. With just a few simple steps, you can have IPFS commands up and running quickly and efficiently.

Features

  • Ease of use, this script automates the process, saving you time and effort.
  • Flexible installation, choose how to run the installation script, online or offline.

Installation

The script needs to be run as a normal user and will prompt you for password when sudo actions are initiated. Follow the on-screen prompts to customize installation options as needed, sit back and relax while the installer takes care of the rest.

Online:

Open a terminal to execute a bash script directly from GitHub.

bash <(wget -qO- https://raw.githubusercontent.com/AndyDevla/ipfs-auto-installer/main/ipfs-auto-installer.sh)

or

bash <(curl -sSL https://raw.githubusercontent.com/AndyDevla/ipfs-auto-installer/main/ipfs-auto-installer.sh)

Offline:

Clone this repository to your local machine and execute the script as "sudo" user.

git clone https://github.com/AndyDevla/ipfs-auto-installer.git
cd ipfs-auto-installer
sudo bash ipfs-auto-installer.sh

Usage:

After installation, you can start using IPFS commands right away. Simply open your terminal or command prompt and type the desired IPFS command.

License

GNU General Public License v3.0