From f15540e501be6fe075b5362723b192d8800441c2 Mon Sep 17 00:00:00 2001 From: evitalis Date: Tue, 12 Mar 2019 10:43:47 -0500 Subject: [PATCH] Add OpenBSD installation steps --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 48cf7a2..cdcd0fb 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,14 @@ You can install [the fd-find package](https://www.freshports.org/sysutils/fd) fr pkg install fd-find ``` +### On OpenBSD +You can install the [fd-find](https://gitlab.com/epbsd/ports/tree/master/sysutils/fd) package from the [EPBSD](https://epbsd.org/) repo: +``` +ftp -o /etc/signify/epbsd-pkg.pub https://epbsd.org/epbsd-pkg.pub +export PKG_PATH=https://repo.epbsd.org/pub/OpenBSD/$(arch -s):${PKG_PATH} +pkg_add fd +``` + ### From source With Rust's package manager [cargo](https://github.com/rust-lang/cargo), you can install *fd* via: