commit 5221583398c028b3005d31e499552a00aad16a35 parent b5f974a3c4e9175957c877becfadcb661dab24bd 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(-)
diff --git a/README.md b/README.md @@ -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