How to install rowboatlabs/rowboat. 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.
rowboatlabs/rowboat Installation Guide
How to install rowboatlabs/rowboat. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for rowboatlabs/rowboat. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i rowboatlabs/rowboator
Install via npx
npx @hexmos/ipm i rowboatlabs/rowboatPrerequisites
Google Account
serviceManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Download Latest Release
curl -Lo rowboat.dmg https://github.com/rowboatlabs/rowboat/releases/download/v0.2.4/Rowboat-darwin-arm64-0.2.4.dmg
open rowboat.dmgLinux (Debian/Ubuntu)
curl -Lo rowboat.deb https://github.com/rowboatlabs/rowboat/releases/download/v0.2.4/rowboat-linux_0.2.4_amd64.deb
sudo dpkg -i rowboat.deb
sudo apt-get install -f -yLinux (RPM)
curl -Lo rowboat.rpm https://github.com/rowboatlabs/rowboat/releases/download/v0.2.4/Rowboat-linux-0.2.4-1.x86_64.rpm
sudo rpm -i rowboat.rpmWindows
curl -Lo rowboat-setup.exe https://github.com/rowboatlabs/rowboat/releases/download/v0.2.4/Rowboat-win32-x64-0.2.4-setup.exe
start rowboat-setup.exeSource (Fallback)
git clone https://github.com/rowboatlabs/rowboat
cd rowboat