readme: add installation instructions
la-ninpre leobrekalini@gmail.com
Wed, 03 Aug 2022 10:56:11 +0300
1 files changed,
15 insertions(+),
0 deletions(-)
jump to
M
README.md
→
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`