Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 524 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 524 Bytes

Flase.jl

Diffusive collector-item model in julia (cf. https://github.com/BeastyBlacksmith/flase)

How to contribute

Using julia run

using Pkg
pkg"dev https://github.com/BeastyBlacksmith/Flase.jl.git"
  • Pick an issue to work on ( and leave a comment, that you intend to do so ).
  • Work on the code in ~/.julia/dev/Flase.jl (preferably on a new Branch).
  • Fork this repository.
  • Push your changes to your fork.
  • Create a pull request to discuss your changes and finally merge them with this repository.