Skip to content

Commit

Permalink
Add OpenSSL requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotwutingfeng committed Mar 19, 2024
1 parent 152840f commit 8c28323
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ This application is neither affiliated with Beem Development nor Aegis Authentic
## Requirements

- **Ruby:** 2.5+/3.0+, no external gems needed
- **OpenSSL:** 1.0.2+/3.0+
- In the terminal, run the following to view your Ruby interpreter's [OpenSSL](https://openssl.org) version

```bash
ruby -e "require 'openssl'; puts OpenSSL::OPENSSL_VERSION"
# Example output
# OpenSSL 3.1.1 30 May 2023
```

- [LibreSSL](https://libressl.org) is not supported

- **OS:** Either Windows, macOS, or Linux

## Example
Expand Down

0 comments on commit 8c28323

Please sign in to comment.