diff --git a/deliverables/README.md b/deliverables/README.md index 453a5926ef5c5a4befd2b751370a89ccf2c0653d..9c720397af63245696390c838647905ecf5b5c6d 100644 --- a/deliverables/README.md +++ b/deliverables/README.md @@ -20,11 +20,6 @@ Use Netbeans to upload/update your homework assignments as follows: 1. Verify that the entry in Files tab goes from green to black, indicating you have committed to your local repository. 1. *context menu:* **Git > Remote > Push to Upstream** -You can now verify that your files are been shared by checking the website: - -* https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/projects/Assignments/ -* then append `COURSE_IDENTIFIER` YearStartEnd (i.e. *2018JanuaryMarch*, *2018JulySeptember*, etc.) - ## Adding Your Files All MV3500 cohorts have source code collected under a common Netbeans project. @@ -37,6 +32,12 @@ All MV3500 cohorts have source code collected under a common Netbeans project. 6. Be sure to start each .java source file with correct package name, i.e. 1. import MV3500Cohort2018JulySeptember.homework; 7. The Run and Debug context menus should be available for you to test your .java source. +8. Be sure to Commit and Push Upstream, as discussed above. + +You can now verify that your files are been shared by checking the website: + +* https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500/tree/master/deliverables/src/MV3500Cohort2018JulySeptember + ## References