diff --git a/README.md b/README.md index 6d225c05..1a3b4b11 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ cmake -DCMAKE_BUILD_TYPE=Release .. #### Linux (Ubuntu): 1. Install prerequisites: - - UUID: `sudo apt-get install uuid-dev` + - UUID(required): `sudo apt-get install uuid-dev` - OpenSSL (for HTTP plugin): `sudo apt-get install libssl-dev` - Python3 (optional for Python library integration): ```bash @@ -63,9 +63,9 @@ cmake -DCMAKE_BUILD_TYPE=Release .. #### macOS: 1. Install prerequisites: - - UUID: `brew install ossp-uuid` + - UUID(required): `brew install ossp-uuid` - OpenSSL (for HTTP plugin): `brew install openssl` - - Turbo-jpeg(optional for image module): 'brew install jpeg-turbo' + - Turbo-jpeg(optional for image module): `brew install jpeg-turbo` - Python3 (optional for Python library integration): ```bash