From 3ae1354d5dce8309bc37b79afd9962761c081841 Mon Sep 17 00:00:00 2001 From: Kylli Ek Date: Fri, 6 Sep 2024 08:17:27 +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 ba503327..f603f69a 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`. +* 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.