Fixed typo in README.md

This commit is contained in:
p_magyar
2024-03-19 08:43:48 +01:00
parent 0a910dfbf5
commit 5134db4cf1

View File

@@ -33,7 +33,7 @@ and we might need to revisit it later.
Installing `sslpsk` needs some extra steps: Installing `sslpsk` needs some extra steps:
1. The openssl package installed via brew: `brew install openssl`, and 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` 1. Rest of the requirements should be fine with `pip3 install -r requirements.txt`
## Authenticate to the cloud servers ## Authenticate to the cloud servers