From 6559fd744721c976033ab1f4e21f3f86f320736b Mon Sep 17 00:00:00 2001 From: Kylli Ek Date: Fri, 6 Sep 2024 08:25:35 +0300 Subject: [PATCH] Update prerequisites.md --- materials/prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/materials/prerequisites.md b/materials/prerequisites.md index f603f69a..7da3a386 100644 --- a/materials/prerequisites.md +++ b/materials/prerequisites.md @@ -6,7 +6,7 @@ To make this course as enjoyable as possible for you and to make sure you can ge * General understanding of geoinformatics, vector and raster data, coordinate systems. * General understanding of either Python, R or use of command line tools, e.g. GDAL, PDAL, ... -* Basic Unix commands (know how to use these commands in a terminal): `cd, ls, mv, cp, rm, chmod, less, tail, echo, mkdir, pwd`. If you need to refresh these commands, go through before the [Terminal](terminal.md)page. +* Basic Unix commands (know how to use these commands in a terminal): `cd, ls, mv, cp, rm, chmod, less, tail, echo, mkdir, pwd`. If you need to refresh these commands, go through before the [Terminal](terminal.md) page. This also means that this course is not an introduction to either of the topics. Please refer to [Where to go from here page](where_to_go.md) to learn more these topics.