How to install DevRohit06/discli. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
DevRohit06/discli Installation Guide
How to install DevRohit06/discli. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for DevRohit06/discli. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i DevRohit06/disclior
Install via npx
npx @hexmos/ipm i DevRohit06/discliPrerequisites
Python
languageVersion: 3.10+
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install with curl (macOS/Linux)
curl -fsSL https://raw.githubusercontent.com/DevRohit06/discli/main/installers/install.sh | bashInstall with PowerShell (Windows)
irm https://raw.githubusercontent.com/DevRohit06/discli/main/installers/install.ps1 | iexInstall with pip
pip install discord-cli-agentQuick Install (macOS/Linux)
curl -L https://git.new/get-ipm | bash && ipm i DevRohit06/discliQuick Install (Windows PowerShell)
iwr https://git.new/get-ipm-ps | iex; ipm i DevRohit06/discli