From c3696498eff4c35bc9eedacfc2cdc6f747c0b605 Mon Sep 17 00:00:00 2001 From: Heiko Reese Date: Fri, 20 Aug 2021 03:02:33 +0200 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f204a2..98d9fed 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ These instructions are currently only tested on Debian Linux. 1. Install development tools and libsodium development files: ```shell -apt-get install build-essentials exim4-dev libsodium-dev +apt-get install build-essential exim4-dev libsodium-dev ``` 2. Clone this repository: