tFix indentation - 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 3747f1bbe5694a699f2df2511836c7f3a3300f68
(DIR) parent dd1f659afc03a49667cc950fac23c90f6d78abcc
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 6 Jan 2020 11:32:29 +0100
Fix indentation
Diffstat:
M README.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) 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.