diff options
| author | Will Thompson <will@willthompson.co.uk> | 2018-11-05 11:54:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-05 11:54:08 +0000 |
| commit | 4dace1840255f47527c3a0c299f473739f4f8e7a (patch) | |
| tree | 39d88492ca0199d8d5d00238b7378b23b2963164 /README.md | |
| parent | 0294624efdef9b78e305453b740d380a64583324 (diff) | |
README: fix "Debain" typo
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ fscrypt has a minimal set of build dependencies: * `make` * Headers for [`libpam`](http://www.linux-pam.org/). Install them with the appropriate package manager: - - Debain/Ubuntu: `sudo apt install libpam0g-dev` + - Debian/Ubuntu: `sudo apt install libpam0g-dev` - Red Hat: `sudo yum install pam-devel` - Arch: [`pam`](https://www.archlinux.org/packages/core/x86_64/pam/) package (usually installed by default) |