Skip to content

Commit 19ae00c

Browse files
committed
cluster-shell: Clone hpc-examples to WRKDIR instead of HOME
1 parent 9181418 commit 19ae00c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

triton/tut/cluster-shell.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,11 @@ tutorials.** You can look at all the files in the repository here:
274274
https://github.com/AaltoSciComp/hpc-examples/ .
275275

276276
Let's **clone** the HPC-examples repository so that we can work on it.
277-
First, we make sure we are in our home directory (we always want to
278-
make sure we know where we are! The home directory is the default
279-
place, though)::
277+
First, we make sure we are in our work directory (we always want to
278+
make sure we know where we are! By default we are in our home directory, but
279+
we rarely want to store our codes there)::
280280

281-
$ cd $HOME
281+
$ cd $WRKDIR
282282

283283
Then we clone our git repository::
284284

0 commit comments

Comments
 (0)