瀏覽代碼

clearer interactive instructions

Jack 1 周之前
父節點
當前提交
a29bd08eaf
共有 1 個文件被更改,包括 7 次插入2 次删除
  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
 ```