tUse correct file system terminology - werner - cellular automata simulation of… | |
git clone git://src.adamsgaard.dk/werner | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit dd1f659afc03a49667cc950fac23c90f6d78abcc | |
parent b5dba805d4d516c17a8bffd0ac415a74c69f1d93 | |
Author: Anders Damsgaard <[email protected]> | |
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(-) | |
--- | |
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 fil… | |
run ``make`` again. | |