Corrected typo in build server instructions

Change-Id: I96d7596bde40e82857278ca456138c987442c65e
diff --git a/README.md b/README.md
index 7bddeba..f2d7394 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@
 In order to use the build server, you'll first need to get ssh access set up.  (NOTE: you don't need to do any of the other setup steps done for your own computer, since things like `bazel`, `python`, etc. are already installed on the build server)
   1. Use ssh-keygen to create a public and private key.
 ```console
-# IMPORTANT These are the windows instructions.
+# IMPORTANT These are the windows instructions. Change the backslash to forward for linux.
 cd ~
 ssh-keygen -f .\.ssh\id_971_rsa
 ```
@@ -75,11 +75,11 @@
 ```
   3. Once you hear back from Stephan, test SSH.
 ```console
-ssh [user]@build.frc971.org -p 2222 -i ./ssh/id_971_rsa -L 9971:127.0.0.1:3389
+ssh [user]@build.frc971.org -p 2222 -i .\.ssh\id_971_rsa
 ```
   4. If that doesnt work, then send the error msg to #coding However, if it does then use the `exit` command and then SSH tunnel.
 ```console
-ssh [user]@build.frc971.org -p 2222 -i ./ssh/id_971_rsa -L 971:127.0.0.1:3389
+ssh [user]@build.frc971.org -p 2222 -i .\.ssh\id_971_rsa -L 9971:127.0.0.1:3389
 ```
   5. So at this point you run the Remote Desktop app in Windows.  Once
 you get there, all you need to do is put `127.0.0.1:9971` for the