From b2297592f3f6a17da32dfb455a02f437dc8e5a88 Mon Sep 17 00:00:00 2001 From: thomasmckay Date: Mon, 11 Sep 2017 08:51:08 -0400 Subject: [PATCH] removed builddep for adding ostree-devel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56b85033..4e1465b2 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Building without a container requires a bit more manual work and setup in your e Install the necessary dependencies: ```sh -Fedora$ sudo dnf builddep skopeo +Fedora$ sudo dnf install gpgme-devel libassuan-devel btrfs-progs-devel device-mapper-devel ostree-devel macOS$ brew install gpgme ```