Title here
Summary here
brew install kan/roji/rojiWorks on Linux and macOS:
curl -fsSL https://raw.githubusercontent.com/kan/roji/v1.0.0/install.sh | bashThis will:
~/.local/bin by default (interactive prompt for location)roji doctor --fix to set up the environmentcurl -fsSL ... | bash -s -- --global # Install to /usr/local/bin
curl -fsSL ... | bash -s -- --local # Install to ~/.local/bin (default)
curl -fsSL ... | bash -s -- --no-service # Skip service registration
curl -fsSL ... | bash -s -- --upgrade # Skip upgrade promptsDownload from GitHub Releases or build from source:
git clone https://github.com/kan/roji.git && cd roji && make build
sudo ./bin/roji doctor --fix # Set up environment
sudo ./bin/roji ca install # Install CA certificate
sudo ./bin/roji service install && sudo ./bin/roji service startRe-run the install script. It detects existing installations and upgrades automatically:
curl -fsSL https://raw.githubusercontent.com/kan/roji/v1.0.0/install.sh | bashOr with Homebrew:
brew upgrade kan/roji/rojiroji version # Show version info
roji doctor # Check environmentAll doctor checks should pass. If not, run sudo roji doctor --fix to auto-repair.