diff --git a/README.md b/README.md index 6b8e012..d21eb4a 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,18 @@ # Install ๐Ÿ‰ -- Install the package globally +- Install the package globally: + For the new versiosn of flutter: + ```bash + dart pub global activate gaza_flutter_cleaner + ``` + For the old versiosn of flutter (equal or older than 3.16.9): ```bash - dart pub global activate gaza_flutter_cleaner + dart pub global activate --source git https://github.com/EmadBeltaje/gaza_flutter_cleaner.git --git-ref support_old_flutter_versions ``` +
+ - Run clean command on your root folder (folder that hold your flutter projects) ```bash @@ -27,5 +34,5 @@ ### [Emad Beltaje](https://github.com/EmadBeltaje) # Support ๐Ÿงก -Dont forget to like the [package](https://pub.dev/packages/gaza_flutter_cleaner) ๐Ÿ‘๐Ÿป -and star the [repo](https://github.com/EmadBeltaje/gaza_flutter_cleaner) โญ๏ธ +Dont forget to like the [package](https://pub.dev/packages/gaza_flutter_cleaner) ๐Ÿ‘๐Ÿป +and star the [repo](https://github.com/EmadBeltaje/gaza_flutter_cleaner) โญ๏ธ \ No newline at end of file