commit 161307666133c90fc461285176acd331fc42faca Author: Arth Tyagi arthtyagi7@gmail.com Date: Thu Jun 11 07:34:58 2020 +0530
Update index.html --- web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/web/index.html b/web/index.html index 0320447..84632ef 100644 --- a/web/index.html +++ b/web/index.html @@ -378,8 +378,8 @@ sudo python setup.py install</pre><br></li> </div>
<div class="platform"> - <a href="http://brewformulas.org/Nyx" id="osx"><img src="images/download/osx.png" alt="OSX"></a> - <a href="http://brewformulas.org/Nyx"><span class="platform-title">Mac OSX</span></a> + <a href="https://formulae.brew.sh/formula/nyx" id="osx"><img src="images/download/osx.png" alt="OSX"></a> + <a href="https://formulae.brew.sh/formula/nyx"><span class="platform-title">Mac OSX</span></a> <p>On OSX you can easily install with both the <b>pip</b> command above and <b>brew</b>...</p> <pre>% brew install nyx</pre> </div>