Granular.jl

Julia package for granular dynamics simulation
git clone git://src.adamsgaard.dk/Granular.jl
Log | Files | Refs | README | LICENSE Back to index

commit 5acb229cb1928e11f032630bf860c4caf9d62857
parent 13f9bde072b422a67e689eeed85ec519873c8192
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  3 Sep 2020 13:56:12 +0200

Update installation instructions

Diffstat:
MREADME.md | 24+-----------------------
1 file changed, 1 insertion(+), 23 deletions(-)

diff --git a/README.md b/README.md @@ -3,33 +3,11 @@ A [Julia](https://julialang.org) package for simulating granular mechanics. ## Installation -[Granular.jl](https://github.com/anders-dc/Granular.jl) is registered in the -[official Julia package repository](https://pkg.julialang.org), and the latest -release can be installed directly from the Julia shell by: ```julia julia> ] -(v1.1) pkg> add Granular +(v1.5) pkg> add git://src.adamsgaard.dk/Granular.jl ``` -The package contents area installed in the directory -`~/.julia/packages/Granular`, together with the [required packages](REQUIRE). -If you want to install the latest development version from the Github -repository, instead install the package with: - -```julia -julia> ] -(v1.1) pkg> add Granular#master -``` - -You can run the package tests for any version with the following command: - -```julia -(v1.1) pkg> test Granular -``` - -For more information on installation and usage, please refer to the -[documentation](https://anders-dc.github.io/Granular.jl/latest). - ## Author [Anders Damsgaard](https://adamsgaard.dk)