diff --git a/README.md b/README.md index 9a6e296..b4b7a3d 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,11 @@ Zunächst Homebrew installieren, sofern noch nicht geschehen. ``` Danach kann man simple die benötigten Tools installieren. +- [Swiftbar](https://github.com/swiftbar/SwiftBar) +- [OpenConnect](https://www.infradead.org/openconnect/) ```bash -brew update && brew install openconnect xbar +brew update && brew install openconnect swiftbar ``` --- @@ -40,5 +42,5 @@ $USER ALL=(ALL) NOPASSWD: /usr/bin/killall -2 openconnect" | sudo tee /private/e Anschließend xbar starten und die erscheinenden Fenster bestätigen. Danach sollte in der Menüleiste das Tool auftauchen. ```zsh -open /Applications/xbar.app +open /Applications/SwiftBar.app ```