diff --git a/README.md b/README.md index 664c20893b096b0b33236c979f3a7326485a466b..1e99a38e632d994aa8384c2b207cd6719917a917 100755 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ In this section you will find the software neccessary for this tutorial and inst Also, we recomend to create an alias for ovito. To this end, open a terminal into your home directory and type *vim bash.rc*. Then add the line: -alias=ovito +alias ovito='/home/student/Eutopia-School/Software/ovito-basic-3.7.5-x86_64/bin/./ovito' + +Do not forget to replace the path to where you installed ovito. ### Git Git is a distributed version control software. This is, a way to save changes over time without overwriting previous versions. The instructions to install it in *Windows, Linux and Mac* can be found in the following [Link](https://github.com/git-guides/install-git).