diff --git a/import-into-eclipse.sh b/import-into-eclipse.sh index 8288906aee4..0fd9864d3fa 100755 --- a/import-into-eclipse.sh +++ b/import-into-eclipse.sh @@ -42,10 +42,10 @@ cat < Import... > Existing Projects into Workspace - > When prompted for the 'root directory', provide $PWD - > Press enter. You will see the modules show up under "Projects" - > All projects should be selected/checked. Click Finish. - > When the project import is complete, you should have no errors. +- File > Import... > Existing Projects into Workspace +- When prompted for the 'root directory', provide $PWD. +- Press enter. You will see the modules show up under "Projects". +- All projects should be selected/checked. Click Finish. +- When the project import is complete, you should have no errors. When the above is complete, return here and press the enter key. EOM @@ -81,12 +81,12 @@ COMMAND="./gradlew :eclipse" cat < Share Project... -- In the Share Project dialog that appears, select Git and press Next -- Check "Use or create repository in parent folder of project" -- Click Finish +- In the Share Project dialog that appears, select Git and press Next. +- Check "Use or create repository in parent folder of project". +- Click Finish. When complete, you'll have Git support enabled for all projects.