tupdate installation instructions to use built-in package management - 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 cf678da189efdff20021f2f8e4bdef0224d63a11
(DIR) parent 3e4e7caf8a64e3a53d93bc9323c3d318507a1344
(HTM) Author: Anders Damsgaard <andersd@riseup.net>
Date: Tue, 18 Apr 2017 22:16:12 -0400
update installation instructions to use built-in package management
Diffstat:
M README.md | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
---
(DIR) diff --git a/README.md b/README.md
t@@ -5,16 +5,13 @@
Toy model for sea-ice thermodynamics and granular mechanics.
## Installation
-Clone the [SeaIce.jl](https://github.com/anders-dc/SeaIce.jl) repository and add
-the source folder to your julia path, for example by:
+SeaIce.jl is in heavy development and not yet ready for third-party use. If you
+know better, install it by:
- push!(LOAD_PATH, "/home/user/src/SeaIce.jl/src/")
-
-If this statement is added to `~/.juliarc.jl`, it will become persistent between
-julia sessions. Note that the `~` symbol for the home folder does not seem to
-work (julia v. 0.4.1) in the `.juliarc.jl` file.
+ Pkg.clone("git://github.com/anders-dc/SeaIce.jl.git")
Import package contents with:
+
import SeaIce
## Author