Installation

Install with Docker

Because Elixir does not allow us to build cross-platform binaries, docker is the recommended way of installation for non-Elixir hackers.

Build the image:

$ git clone --branch develop https://github.com/aerosol/wb.git
$ cd wb && docker build -t wb .

Make sure the wrapper script is available for execution

$ export PATH=$PATH:${PWD}/bin

or

$ alias wb=${PWD}/bin/wb

Next, head over to Usage.

Install via hex package manager

Alternatively you can install wb with mix.

Prerequisities:

Elixir 1.11 or greater
You can install Elixir with asdf: $ git clone https://github.com/aerosol/wb.git develop && cd wb && asdf install
$ mix escript.install github aerosol/wb branch develop

Backlinks


Improve this page

fingerprint 9a83b304 -- generated for https://mtod.org/wb at 2023-02-26 06:51:51.624137Z