Sfoglia il codice sorgente

clearer interactive instructions

Jack 1 settimana fa
parent
commit
a29bd08eaf
1 ha cambiato i file con 7 aggiunte e 2 eliminazioni
  1. 7 2
      README.md

+ 7 - 2
README.md

@@ -36,10 +36,15 @@ docker container run -t --mount source=vol1,target=/analysis --name=LS1 lettersi
 
 #### Run Script Interactively
 
-Alternatively, you can run scripts interactively, e.g.:
+Alternatively, you can run scripts interactively, e.g. start an interactive shell:
 
-```
+```sh
 docker container run -it --mount source=vol1,target=/analysis --name=LSINT lettersim bash
+```
+
+And then run a script through `run.sh`:
+
+```sh
 ./run.sh 01_get_corpus_model_rdms.py
 ```