tUpdate installation instructions - 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 5acb229cb1928e11f032630bf860c4caf9d62857
(DIR) parent 13f9bde072b422a67e689eeed85ec519873c8192
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 3 Sep 2020 13:56:12 +0200
Update installation instructions
Diffstat:
M README.md | 24 +-----------------------
1 file changed, 1 insertion(+), 23 deletions(-)
---
(DIR) diff --git a/README.md b/README.md
t@@ -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)