-
-
-
-
diff --git a/install.bat b/install.bat
index a2b416c..a0b6b3f 100644
--- a/install.bat
+++ b/install.bat
@@ -1,6 +1,6 @@
-REM Installs Square's IntelliJ configs into your user configs.
+REM Installs IntelliJ configs into your user configs.
@echo off
-echo Installing Square IntelliJ configs...
+echo Installing IntelliJ/Android Studio configs...
setlocal enableDelayedExpansion
@@ -9,7 +9,7 @@ for /D %%i in (%userprofile%\.IdeaIC*) do call :copy_config %%i
for /D %%i in (%userprofile%\.IntelliJIdea*) do call :copy_config %%i
echo.
-echo Restart IntelliJ and/or AndroidStudio, go to preferences, and apply 'Square' or 'SquareAndroid'.
+echo You must restart IntelliJ/Android Studio before you can use these configs!!!
exit /b
REM sub function for copy config files
diff --git a/install.sh b/install.sh
index aacb8e9..92d0cc4 100755
--- a/install.sh
+++ b/install.sh
@@ -1,7 +1,7 @@
#!/bin/bash
-# Installs Square's IntelliJ configs into your user configs.
+# Installs your IntelliJ configs into your user configs.
-echo "Installing Square IntelliJ configs..."
+echo "Installing IntelliJ and Android Studio configs..."
CONFIGS="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/configs"
@@ -26,4 +26,4 @@ done
echo "Done."
echo ""
-echo "Restart IntelliJ and/or AndroidStudio, go to preferences, and apply 'Square' or 'SquareAndroid'."
+echo "You must restart IntelliJ and/or Android Studio before your new code styles are visible!!!"