ef8cfd732979a82d007d52bde40c516163531f55
workshops.md
| ... | ... | @@ -43,7 +43,7 @@ Workshop presentation: [Powerpoint](downloads/BioGrids_AWS_RNA_Seq_July_25_2019 |
| 43 | 43 | Download and install biogrids CLI client then run: |
| 44 | 44 | |
| 45 | 45 | ``` |
| 46 | -biogrids activate <site name> <user name> <activation key> |
|
| 46 | +./biogrids activate <site name> <user name> <activation key> |
|
| 47 | 47 | ``` |
| 48 | 48 | |
| 49 | 49 | #### Linux |
| ... | ... | @@ -126,7 +126,7 @@ Create a new key pair if this is the first time you have used EC2 or select an e |
| 126 | 126 | |
| 127 | 127 | If creating a new keypair, you must download the .pem file. You will need this to access the EC2 instance launched with that key pair. |
| 128 | 128 | |
| 129 | -We reccomend keeping your .pem key files in the .ssh directory in your home. |
|
| 129 | +We recomend keeping your .pem key files in the .ssh directory in your home. |
|
| 130 | 130 | |
| 131 | 131 | Copy the .pem file to .ssh and set the mode to user read only: |
| 132 | 132 |