@cryptotaxi247 / netdata-1 / commits / 3a23a668b

add description for Homebrew on Apple Silicon Mac(netdata/learn/#1789) (#16027)

Chase Wang committed Sep 25, 2023 at 13:20 UTC 3a23a668b022610b41477f56b74ea959e0ef94fb
1 file changed +16
packaging/installer/methods/macos.md
+16
@@ -56,6 +56,8 @@ The Netdata Agent is installed under `/usr/local/netdata` on your machine. Your
56 If you experience issues while claiming your node, follow the steps in our [Troubleshooting](https://github.com/netdata/netdata/blob/master/claim/README.md#troubleshooting) documentation.
57 ## Install Netdata via Homebrew
58
59 +### For macOS Intel
60 +
61 To install Netdata and all its dependencies, run Homebrew using the following command:
62
63 ```sh
@@ -65,6 +67,20 @@ Homebrew will place your Netdata configuration directory at `/usr/local/etc/netd
67
68 Use the `edit-config` script and the files in this directory to configure Netdata. For reference, you can find stock configuration files at `/usr/local/Cellar/netdata/{NETDATA_VERSION}/lib/netdata/conf.d/`.
69
70 +### For Apple Silicon
71 +
72 +To install Netdata and all its dependencies, run Homebrew using the following command:
73 +
74 +```sh
75 +brew install netdata
76 +```
77 +
78 +Homebrew will place your Netdata configuration directory at `/opt/homebrew/etc/netdata/`.
79 +
80 +Use the `edit-config` script and the files in this directory to configure Netdata. For reference, you can find stock configuration files at `/opt/homebrew/Cellar/netdata/{NETDATA_VERSION}/lib/netdata/conf.d/`.
81 +
82 +
83 +
84 Skip on ahead to the [What's next?](#whats-next) section to find links to helpful post-installation guides.
85
86 ## Install Netdata from source