From 77f94191e2727d39c0f06fb9de9a5054c1c09b89 Mon Sep 17 00:00:00 2001 From: Jorrit Olthuis Date: Sun, 10 Dec 2023 14:02:51 +0100 Subject: [PATCH] Fix typo in README.md saslpsk should be sslpsk --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc7fa5e..fbcba56 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ and we might need to revisit it later. Installing `sslpsk` needs some extra steps: 1. The openssl package installed via brew: `brew install openssl`, and -1. Install `saslpsk` separately with flags: `LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include" pip3 install sslpsk` +1. Install `sslpsk` separately with flags: `LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include" pip3 install sslpsk` 1. Rest of the requirements should be fine with `pip3 install -r requirements.txt` ## Authenticate to the cloud servers