Skip to content

Commit 6b468fc

Browse files
authored
Merge pull request #57 from teaforthecat/patch-1
[readme] add reference to brew info for env vars
2 parents 66d739c + 9a8a2ca commit 6b468fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ In **PowerShell** or in a **Command Prompt** window:
9595
brew install zlib openssl readline
9696
CFLAGS="-I$(brew --prefix openssl)/include -I$(brew --prefix readline)/include -I$(xcrun --show-sdk-path)/usr/include" LDFLAGS="-L$(brew --prefix openssl)/lib -L$(brew --prefix readline)/lib -L$(brew --prefix zlib)/lib"
9797
```
98+
Run `brew info` to get the latest environment variable export suggestions, such as `brew info zlib`
9899

99100
- **Windows**
100101

@@ -256,4 +257,4 @@ for testing purposes, even though the Elastic Beanstalk team tests the EB CLI ag
256257
257258
### 5. License
258259
259-
This library is licensed under the Mozilla Public License Version 2.0.
260+
This library is licensed under the Mozilla Public License Version 2.0.

0 commit comments

Comments
 (0)