Update

Signed-off-by: Joel Fernandes <joel@linuxinternals.org>
diff --git a/README.md b/README.md
index 89cdefc..4c42ba0 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
 Project to give a rich Android development environment for end-users to use over adb.
 
-This will work only on rooted android devices that are running fairly recent Android (N or later).
+Notes:
+* This will work only on rooted android devices that are running fairly recent Android (N or later).
+* This project is pre-alpha and work in progress!
diff --git a/addons/bashrc b/addons/bashrc
index 96f7720..c9cf3f4 100644
--- a/addons/bashrc
+++ b/addons/bashrc
@@ -2,17 +2,16 @@
 export TMPDIR=/tmp/
 
 echo ""
-echo "########################################################"
-echo "# Welcome to androdeb environment running on Android   #"
-echo "# With great power comes great responsibility!         #"
-echo "# For questions: joel@linuxinternals.org               #"
-echo "                                                       #"
-echo " Try running vim, gcc, clang, bcc, git, make, perf etc #"
-echo "   or apt-get install something.                       #"
-echo "                                                       #"
-echo " Note: For apt-get to work, you need to disable        #"
-echo " CONFIG_ANDROID_PARANOID_NETWORK and rebuild kernel.   #"
-echo "########################################################"
+echo "##########################################################"
+echo "# Welcome to androdeb environment running on Android!    #"
+echo "# Questions to: Joel Fernandes <joel@linuxinternals.org> #"
+echo "                                                         #"
+echo " Try running vim, gcc, clang, bcc, git, make, perf etc   #"
+echo "   or apt-get install something.                         #"
+echo "                                                         #"
+echo " Note: For apt-get to work, you need to disable          #"
+echo " CONFIG_ANDROID_PARANOID_NETWORK and rebuild kernel.     #"
+echo "##########################################################"
 echo ""
 
 psk=/proc/sys/kernel/kptr_restrict