From 87a253ad0c078c7165b8bf308816d2511d521358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Me=C3=9Fmer?= Date: Sun, 29 Dec 2019 10:13:52 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 566952e0..01d6afca 100644 --- a/README.md +++ b/README.md @@ -139,9 +139,11 @@ On most systems, CMake should find the libraries automatically. However, that do Creating .deb and .rpm packages ------------------------------- +It is recommended to install CryFS using packages, because that allows for an easy way to uninstall it again once you don't need it anymore. + There are additional requirements if you want to create packages. They are: - CMake version >= 3.3 - - rpmbuild for creating .rpm package + - rpmbuild if you're creating a .rpm package 1. Clone repository