Sfoglia il codice sorgente

'README.md' güncelle

Ece Boran 3 anni fa
parent
commit
44bca8accf
1 ha cambiato i file con 8 aggiunte e 1 eliminazioni
  1. 8 1
      README.md

+ 8 - 1
README.md

@@ -9,10 +9,12 @@ The dataset contains the simultaneous recording of intracranial EEG (iEEG) and n
 
 ### Using gin
 
-Create an account on gin and download the *gin* client as described [here](https://web.gin.g-node.org/G-Node/Info/wiki/gin-cli). On your computer, log in using
+Create an account on gin and download the *gin* client as described [here](https://web.gin.g-node.org/G-Node/Info/wiki/gin-cli). On your computer, run the gin-shell. Log in using
 ```bash
 gin login
 ```
+You will be prompted to enter your user name and password.
+Change the current path to the directory for downloading the repository.
 
 Clone the repository using:
 ```bash
@@ -24,6 +26,11 @@ Large data files will not be downloaded automatically. To get them, use
 gin get-content <filename>
 ```
 
+To download all large files, use
+```bash
+gin get-content .
+```
+
 Downloaded large files will be locked (read-only). You must unlock the files using
 ```bash
 gin unlock <filename>