diff --git a/README.md b/README.md index f31af6d..c2c6913 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,21 @@ This project is part of Julia's Season of Contribution 2019. For an introduction to the algorithms and an overview of the features, you can take a look at the blog posts: [#1](https://nextjournal.com/dgan181/julia-soc-19-quantum-algorithms-for-differential-equations/edit), [#2](https://nextjournal.com/dgan181/jsoc-19-non-linear-differential-equation-solver-and-simulating-of-the-wave-equation/edit). -## Getting Started - -To add package: - -``` -pkg> add https://github.com/QuantumBFS/QuDiffEq.jl.git +## Installation + +
+QuDiffEq is a + + + Julia Language + + package. To install QuDiffEq, + please open + Julia's interactive session (known as REPL) and press ] key in the REPL to use the package mode, then type the following command +
+ +```julia +pkg> add QuDiffEq ``` ## Algorithms