From 626c623a4c40ca1eacebb38bd64452c426152f3e Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Mon, 11 Apr 2022 23:09:48 +0600 Subject: [PATCH] Fixed libkeybinder-3.0-dev wrong dependency name --- CONTRIBUTION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTION.md b/CONTRIBUTION.md index c42dfdef..c218df9a 100644 --- a/CONTRIBUTION.md +++ b/CONTRIBUTION.md @@ -112,7 +112,7 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/KRTirt Do the following: - Download the latest Flutter SDK (>=2.15.1) & enable desktop support - Install Development dependencies in linux - - `libwebkit2gtk-4.0-dev`, `libkeybinder-3.0-0` & `libkeybinder-3.0-0-dev` (for Debian/Ubuntu) + - `libwebkit2gtk-4.0-dev`, `libkeybinder-3.0-0` & `libkeybinder-3.0-dev` (for Debian/Ubuntu) - `webkit2gtk` & `libkeybinder3` (for Arch/Manjaro) - Clone the Repo & Run `flutter pub get` in the Terminal - Create a `secrets.json` in root of the project. The structure should be similar to the following example: @@ -141,4 +141,4 @@ Do the following: $ flutter run -d )> ``` -Do debugging/testing/build etc then submit to us with PR against the development branch (master) & we'll review your code \ No newline at end of file +Do debugging/testing/build etc then submit to us with PR against the development branch (master) & we'll review your code