README 762 B

1234567891011121314151617181920212223242526
  1. # Description
  2. Documentation for the ports tree: ports(7), packages(7), mirroring-ports(7),
  3. library-specs(7), bsd.port.mk(5), bsd.port.arch.mk(5), port-modules(5).
  4. dpb(1), bulk(8) (manpages under ${PORTSDIR}/infrastructure/man) for bulk builds.
  5. See also the OpenBSD Porter's Handbook http://www.openbsd.org/faq/ports/
  6. $OpenBSD: README,v 1.22 2016/10/17 16:26:52 danj Exp $
  7. # Usage
  8. #### Step 1: Get Files
  9. To install a port you first must download and unpack the repository.
  10. The `.tar.gz` file can be found [here](https://notabug.org/jimmy/ood-ports-lbsd/archive/master.tar.gz).
  11. #### Step 2: Install
  12. Then you must use `cd` to move to the directory of the port you wish to install.
  13. Then just execute `sudo make install`.
  14. #### Step 3:
  15. There isn't a step 3!