Installation

Wrgl is currently distributed as two binaries:

  • wrgl: command line interface to interact with local repositories. It has very similar interface to Git.
  • wrgld: command line interface to start an HTTP API over a local repository.

Install with script

sudo bash -c 'curl -L https://github.com/wrgl/wrgl/releases/latest/download/install.sh | bash'

Install with Go

go install github.com/wrgl/wrgl/wrgl@latest
go install github.com/wrgl/wrgld@latest