Merge pull request #5 from pmagyar/typo_readme

Fixed typo in README.md
This commit is contained in:
pmagyar
2024-03-19 10:17:09 +01:00
committed by GitHub

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