Skip to content

Commit

Permalink
Add install instructions for julia >= 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianpech committed Aug 28, 2018
1 parent 415e8da commit f7cec5f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ Kara can move a single mushroom, place and remove leafs, cannot move trees and i
In comparison to the original Kara the interaction manly focuses on using the REPL.

## Installation
Install within Julia using
Install within Julia in the Pkg REPL-mode using

```jl
add JuliaKara
```

or in Julia 0.6 in REPL-mode using

```jl
Pkg.add("JuliaKara")
Expand Down

0 comments on commit f7cec5f

Please sign in to comment.