From c4cb30a82f036c82a37b3f5a2db7df34b022f0a7 Mon Sep 17 00:00:00 2001 From: ygutier2 <yair.fosado@ed.ac.uk> Date: Sat, 2 Jul 2022 20:55:08 +0100 Subject: [PATCH] final changes commit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 664c208..1e99a38 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). -- GitLab