From ea9acb06f4be16bb6ea90162de0a39d56f320a06 Mon Sep 17 00:00:00 2001 From: ctrlvnt Date: Sat, 18 Apr 2026 23:58:23 +0200 Subject: [PATCH] Added MacOS instruction to contribute --- CONTRIBUTION.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index db77a5f1..3e9bbc45 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -120,7 +120,7 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/KRTirt Do the following: - Install [Dart](https://dart.dev/get-dart) and [fvm](https://fvm.app/documentation/getting-started/installation) -- Install Development dependencies in linux +- Install Development dependencies in linux and MacOS - Debian (>=12/Bookworm)/Ubuntu ```bash $ apt-get install mpv libmpv-dev libappindicator3-1 gir1.2-appindicator3-0.1 libappindicator3-dev libsecret-1-0 libjsoncpp25 libsecret-1-dev libjsoncpp-dev libnotify-bin libnotify-dev avahi-daemon avahi-discover avahi-utils libnss-mdns mdns-scan libwebkit2gtk-4.1-0 libwebkit2gtk-4.1-dev libsoup-3.0-0 libsoup-3.0-dev @@ -134,6 +134,10 @@ Do the following: ```bash dnf install mpv mpv-devel libappindicator-gtk3 libappindicator-gtk3-devel libsecret libsecret-devel jsoncpp jsoncpp-devel libnotify libnotify-devel avahi mdns-scan nss-mdns webkit2gtk4.1 webkit2gtk4.1-devel libsoup3 libsoup3-devel ``` + - MacOS (using brew): + ```bash + brew tap leoafarias/fvm && brew install fvm + ``` - Clone the Repo - Create a `.env` in root of the project following the `.env.example` template - Now run the following to bootstrap the project