Dean commited on
Commit
42fa488
1 Parent(s): 9293d40

Added dvc pull instruction as dvc checkout only works locally.

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -50,6 +50,7 @@ If you'd like to take part, please follow the guide.
50
  * Pull the dvc files to your workspace by typing:
51
 
52
  ```bash
 
53
  $ dvc checkout #use this to get the data, models etc
54
  ```
55
 
 
50
  * Pull the dvc files to your workspace by typing:
51
 
52
  ```bash
53
+ $ dvc pull -r dvc-remote
54
  $ dvc checkout #use this to get the data, models etc
55
  ```
56