tAdd note on running tests to README - Granular.jl - Julia package for granular dynamics simulation
(HTM) git clone git://src.adamsgaard.dk/Granular.jl
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 5221583398c028b3005d31e499552a00aad16a35
(DIR) parent b5f974a3c4e9175957c877becfadcb661dab24bd
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 3 Sep 2020 14:08:14 +0200
Add note on running tests to README
Diffstat:
M README.md | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/README.md b/README.md
t@@ -4,9 +4,12 @@ A [Julia](https://julialang.org) package for simulating granular mechanics.
## Installation
+To install the latest version and optionally run the included tests, run:
+
```julia
julia> ]
(v1.5) pkg> add git://src.adamsgaard.dk/Granular.jl
+(v1.5) pkg> test Granular
```
## Author