summarylogtreecommitdiffstats
path: root/flutter.install
diff options
context:
space:
mode:
Diffstat (limited to 'flutter.install')
-rw-r--r--flutter.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/flutter.install b/flutter.install
new file mode 100644
index 000000000000..1367a5ce48d2
--- /dev/null
+++ b/flutter.install
@@ -0,0 +1,3 @@
+post_install() {
+ echo 'You need to source /etc/profile or relogin to add flutter to your path.'
+}