Skip to content

Keeping ports tree up to date

4mig4 edited this page May 30, 2015 · 2 revisions

The 1st time

As a user you might want to keep your local ports tree up to date with the official Bitrig ports repository and you can do very easily by using the following commands the first if you ports tree does not yet exist:

cd /usr/

git clone git@github.com:bitrig/bitrig-ports.git ports

After the 1st time

Subsequently you will only need to update your port tree and so you will use the following commands:

cd /usr/src

git pull