From 5658bc19e6f8acf9353f5ef27884405bc9df2454 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 26 Jul 2023 20:51:26 +0200 Subject: Fixed incorrect spelling for licenses --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 788310d..93bae99 100644 --- a/README.md +++ b/README.md @@ -291,11 +291,11 @@ $ sudo setfacl -d -m g:android-sdk:rwX /opt/android-sdk ```bash $ flutter config --android-sdk /opt/android-sdk ``` - - Accept all of licences by this command + - Accept all of licenses by this command ``` $ flutter doctor --android-licenses ``` - - If licences are still not accepted even after running `flutter doctor --android-licences` try these commands and then run `flutter doctor --android-licences again` + - If licenses are still not accepted even after running `flutter doctor --android-licenses` try these commands and then run `flutter doctor --android-licenses again` ``` $ sudo chown -R $(whoami) $ANDROID_SDK_ROOT ``` -- cgit v1.2.3