We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82fe41a commit 92c86b7Copy full SHA for 92c86b7
markdown/asdf.md
@@ -1,6 +1,11 @@
1
### asdf
2
3
* Install from the [Setup](../README.md#setup) section
4
+* macOS Dependencies
5
+ ```bash
6
+ xcode-select --install
7
+ brew install openssl readline sqlite3 xz zlib tcl-tk
8
+ ```
9
* WSL/Ubuntu Linux dependencies
10
```bash
11
sudo apt update && sudo apt install \
0 commit comments