diff --git a/Readme.md b/Readme.md
index c0f96eb671fa47dd7f9a8757a349847b79f247e7..026e4be32fa23037340f9d47d5540a676381fbd5 100644
--- a/Readme.md
+++ b/Readme.md
@@ -26,13 +26,14 @@ MicroCART has 3 areas of development:
 ## Sections
 [Quadcopter](quad/README.md)  
 [Ground Station](groundStation/README.md)  
-[Controls](controls/README.md)
+[Controls](controls/README.md)  
 
 ## Documentation
 [How to demo the quadcopter](documentation/how_to_demo.md)  
 [How to charge the LiPo batteries](documentation/how_to_charge_lipo.md)  
 [Continuous Integration (automatic build process) FAQ](documentation/ci_faq.md)  
 [How to document things on Gitlab](documentation/how_to_document_things_on_gitlab.md)  
+[How to update the website](website/README.md)  
 
 # Stable Releases
 To browse stable releases from previous teams, view the [Tags](/../tags).
\ No newline at end of file
diff --git a/website/README.md b/website/README.md
index ee88e06ca4f9764e2c1ed8be5a628b0cbb200ad6..b21f4bef62b7ba50a9c9042ffbac424309117354 100644
--- a/website/README.md
+++ b/website/README.md
@@ -32,8 +32,14 @@ make build
 
 ## Deploying the website
 
-To deploy the website to our domain `may1716.sd.ece.iastate.edu`:
+Before deploying, ensure you have 2 files in the website root directory: the
+PASSWORD file and the TEAM file. The PASSWORD file should contain the sftp
+password that was emailed to your for your website. The TEAM file should contain
+the team name, something like mayXXXX or decXXXX.
 
+The PASSWORD and TEAM files should contain NO SPACES and NO NEWLINES.
+
+When ready to deploy:
 ```
 make deploy
 ```