tFix indentation - werner - cellular automata simulation of wind-driven sand tr… | |
git clone git://src.adamsgaard.dk/werner | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 3747f1bbe5694a699f2df2511836c7f3a3300f68 | |
parent dd1f659afc03a49667cc950fac23c90f6d78abcc | |
Author: Anders Damsgaard <[email protected]> | |
Date: Mon, 6 Jan 2020 11:32:29 +0100 | |
Fix indentation | |
Diffstat: | |
M README.rst | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/README.rst b/README.rst | |
t@@ -22,7 +22,7 @@ Build and run instructions | |
-------------------------- | |
From the root directory, execute the following command:: | |
- make | |
+ make | |
This will build the program, and run an example simulation. Output images are | |
placed in the `out/` directory. |