Add instructions for arch-based distros (#391)

Added instructions for using pacman on arch-based distros. If it doesn't make enough sense please feel free to apply any changes.
This commit is contained in:
Evil Squirrel 2021-05-11 20:56:33 +01:00 committed by GitHub
parent a2b07cd8e8
commit b0c29d609d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ This only works for Ubuntu 17.04 and later, and Debian Stretch and later.
You can also use CryFS on older versions of these distributions by following the **Building from source** instructions below.
sudo apt install cryfs
The following should work on Arch and Arch-based distros:
sudo pacman -S cryfs
Additionally, the following would work for any Linux distro with the Nix package manager: