Browse Source

Frissítés "README.md"

Richárd Fiáth 3 years ago
parent
commit
bc9bc4ad0c
1 changed files with 1 additions and 5 deletions
  1. 1 5
      README.md

+ 1 - 5
README.md

@@ -11,27 +11,23 @@ Recordings can be downloaded individually through the web interface or using the
 Using the GIN Client, the dataset can be downloaded the following way:
 
 1. A local repository needs to be initialized in the current directory using the following command:
-
 ```
 gin init
 ```
 2. Then, the remote repository located on GIN needs to be added:
-
 ```
 gin add-remote RemoteRepo gin:UlbertLab/High_Resolution_Cortical_Spikes
 ```
 3. After that, the user needs to download the contents of the repository:
-
 ```
 gin dowload
 ```
-
 4. The previous command will download the small files and the file structure of the repository. Large files will be included as pointer files but the data will not be included. To get the content of the big files you need to download them individually the following way:
 
 ```
 gin get-content filePath/fileName
 ```
-Examples of downloading:
+**Examples**
 
 a.) Downloading a single file: