.gitignore
... ...
@@ -0,0 +1,2 @@
1
+# ignore vim swap files
2
+*swp
workshops.md
... ...
@@ -47,7 +47,7 @@ Workshop presentation: [Powerpoint](downloads/BioGrids_AWS_RNA_Seq_July_25_2019
47 47
Download and install biogrids CLI client then run:
48 48
49 49
```
50
-biogrids activate <site name> <user name> <activation key>
50
+./biogrids activate <site name> <user name> <activation key>
51 51
```
52 52
53 53
#### Linux
... ...
@@ -139,7 +139,7 @@ Create a new key pair if this is the first time you have used EC2 or select an e
139 139
140 140
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.
141 141
142
-We reccomend keeping your .pem key files in the .ssh directory in your home.
142
+We recomend keeping your .pem key files in the .ssh directory in your home.
143 143
144 144
Copy the .pem file to .ssh and set the mode to user read only:
145 145