Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 334 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 334 Bytes

Gerrit Port for FreeBSD

How to install the port

Update your Ports:

# portsnap fetch update

Install the port:

# cd /usr/ports/devel/gerrit && make install clean

Installing from the Git repository

# git clone git://github.com/dnaeon/gerrit-freebsd.git
# cd gerrit-freebsd && make install clean