Skip to content

Installation Instructions for Arch

Kedia edited this page Mar 11, 2018 · 2 revisions

Installing using pacman

The gvap package is available from the community repo.

You can install it using

pacman -S gvap

Installing from source

Install dependencies

pacman -S git go gcc

Download and build gvap

git clone https://github.com/vaporyco/go-vapory
cd go-vapory
make gvap
Clone this wiki locally