diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-07-26 20:51:26 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-07-26 20:51:26 +0200 |
| commit | 5658bc19e6f8acf9353f5ef27884405bc9df2454 (patch) | |
| tree | 41f86cf0bde9988b5f796145a682f96a17b21038 | |
| parent | 9a9c480d4ed5c2f2764b7c9dbd77dab3f5d6cae7 (diff) | |
| download | dotfiles-5658bc19e6f8acf9353f5ef27884405bc9df2454.tar.gz dotfiles-5658bc19e6f8acf9353f5ef27884405bc9df2454.zip | |
Fixed incorrect spelling for licenses
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ``` |
