Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: eznix86/irc-client

v0.1.0

06 Oct 19:21

Choose a tag to compare

Changes

  • feat: initial commit (79de19b)
  • chore: add renovate.json (#1) (28e0cd2)
  • chore(deps): update dependency go to 1.25 (#2) (ce47d12)
  • chore(deps): update actions/checkout action to v5 (#3) (2172f09)
  • docs: Update README.md (b965eb5)
  • ci: update release.yml (8c04c3c)
  • chore(deps): update softprops/action-gh-release action to v2 (#6) (75c2ebd)
  • chore(deps): update actions/setup-go action to v6 (#5) (8439773)
  • ci: update ci (37c4dbb)

Installation

Download the appropriate binary for your platform:

# Detect your platform
OS=$(uname -s)
ARCH=$(uname -m)

# Download
wget https://github.com/\eznix86/irc-client/releases/download/v0.1.0/irc-client-${OS}-${ARCH}

# Make executable
chmod +x irc-client-${OS}-${ARCH}
mv irc-client-${OS}-${ARCH} irc-client

# Run
./irc-client irc.libera.chat/6697 yournickname

Available binaries:

  • irc-client-Linux-x86_64 - Linux AMD64
  • irc-client-Linux-aarch64 - Linux ARM64
  • irc-client-Darwin-x86_64 - macOS Intel
  • irc-client-Darwin-arm64 - macOS Apple Silicon