From de1577bc60c1d3014117c007972b6c5e7771d0c3 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 3 Aug 2022 10:56:11 +0300 Subject: readme: add installation instructions --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 4301139..e0aef2c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,21 @@ here are personal and work-in-progress ports for openbsd. note that they could be untested or broken, use on your own risk. +## installation + +make sure your port build user is in `wsrc` group. + +``` +# umask 002; mkdir /usr/ports-laninpre +# chgrp wsrc /usr/ports-laninpre +# echo PORTSDIR_PATH=/usr/ports:/usr/ports/mystuff:/usr/ports-laninpre >> /etc/mk.conf +# exit + +$ git clone https://git.aaoth.xyz/ports.git /usr/ports-laninpre +$ cd /usr/ports-laninpre +$ ... +``` + ## contact `aaoth at aaoth dot xyz` -- cgit v1.2.3