Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Oct 23, 2018
1 parent ec79ed2 commit 5086369
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ to vectors.

[![Build Status](https://travis-ci.org/Jutho/KrylovKit.jl.svg?branch=master)](https://travis-ci.org/jutho/KrylovKit.jl)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Coverage Status](https://coveralls.io/repos/github/Jutho/KrylovKit.jl/badge.svg?branch=master)](https://coveralls.io/github/Jutho/KrylovKit.jl?branch=master)
[![codecov.io](http://codecov.io/github/Jutho/KrylovKit.jl/coverage.svg?branch=master)](http://codecov.io/github/jutho/KrylovKit.jl?branch=master)

## Overview
Expand All @@ -20,9 +19,15 @@ The high level interface of KrylovKit is provided by the following functions:
* `exponentiate`: apply the exponential of a linear map to a vector

## Installation
`KrylovKit.jl` runs on Julia 0.7 or 1.0 and can be installed with
`KrylovKit.jl` runs on Julia 0.7 or 1.0 and can be installed by entering the package REPL mode
(i.e. typing `]`) and then
```
pkg> add KrylovKit
```
or directly in the Julia REPL
```julia
Pkg.add("KrylovKit.jl")
julia> using Pkg
julia> Pkg.add("KrylovKit.jl")
```

## Getting started
Expand Down

0 comments on commit 5086369

Please sign in to comment.