diff --git a/howTo/iridis.md b/howTo/iridis.md index 9679c569ab292b3ac130bde17262de0a9c35deb7..4d353d72c0e6605afdf48847647476e4df3a470e 100644 --- a/howTo/iridis.md +++ b/howTo/iridis.md @@ -39,7 +39,7 @@ To do this: ## Now what? -You can interactively run R scripts by running R. Or you can run them non-interactively using the Rscript <yourScript.R> command. But you probably shouldn't. +You can interactively run R scripts by running R. Or you can run them non-interactively using the `Rscript <yourScript.R>` command. But you probably shouldn't. You should submit your commands (e.g. `Rscript myScript.R`) to the Iridis scheduling system so it can balance everyone's needs. You need to [learn how to do this](https://hpc.soton.ac.uk/redmine/projects/iridis-4-support/wiki/Job_submission)...