Add a machine

Run this on any machine. It installs the GameRail binary without choosing a module.

curl -fsSL https://www.gamerail.app/install.sh | sh
Custom install location or dashboard URL
GAMERAIL_URL=https://www.gamerail.app \
GAMERAIL_INSTALL_DIR=$HOME/.local/bin \
  sh -c "$(curl -fsSL https://www.gamerail.app/install.sh)"