Przeglądaj źródła

Update 'README.md'

Paul Spitzner 10 miesięcy temu
rodzic
commit
0aea0de244
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -23,14 +23,14 @@ The source code is available via GitHub: [https://github.com/Priesemann-Group/st
 
 To enable plot scripts using the downloaded data (this repo), extract the `zip` files and place the [`/dat/`](dat/) folder inside the base directory of the GitHub repository.
 
-You can use the following one-liner to extract all zip files, if you cloned the full repo:
+You can use the following one-liner to extract all zip files, if you cloned the full data repo:
 ```
 cd repo_dir
 find ./dat/ -name "*.zip" | while read filename; do unzip -o -d "`dirname "$filename"`" "$filename"; done;
 
 ```
 
-The following structure is assumed by the analysis code (and will be created with above command):
+The following structure is assumed by the analysis code (and, for the `./dat/` folder, will be created with above command):
 ```
 stimulating_modular_cultures (code repo)/
 ├── ana/paper_plots.py