tUse correct file system terminology - werner - cellular automata simulation of wind-driven sand transport
(HTM) git clone git://src.adamsgaard.dk/werner
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit dd1f659afc03a49667cc950fac23c90f6d78abcc
(DIR) parent b5dba805d4d516c17a8bffd0ac415a74c69f1d93
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 6 Jan 2020 11:31:20 +0100
Use correct file system terminology
Diffstat:
M README.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/README.rst b/README.rst
t@@ -25,7 +25,7 @@ From the root directory, execute the following command::
make
This will build the program, and run an example simulation. Output images are
-placed in the `out/` folder.
+placed in the `out/` directory.
Simulation parameters are changed in `wernerparams.h`. After changing this file,
run ``make`` again.