Skip to content

Commit

Permalink
Update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
CiaranOMara committed Nov 23, 2019
1 parent 03144cf commit abcd21e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ This package provides load and save support for [Bedgraph](https://github.com/Ci
under the [FileIO](https://github.com/JuliaIO/FileIO.jl) package, and also implements the [IterableTables](https://github.com/davidanthoff/IterableTables.jl) interface for easy conversion between tabular data structures.

## Installation
You can install BedgraphFiles from the Julia REPL:
You can install BedgraphFiles from the Julia REPL.
Press `]` to enter pkg mode, then enter the following:

```julia
using Pkg
add("BedgraphFiles")
#Pkg.add("BedgraphFiles") for julia prior to v 0.7
add BedgraphFiles
```

If you are interested in the cutting edge of the development, please check out the [develop branch](https://github.com/CiaranOMara/BedgraphFiles.jl/tree/develop) to try new features before release.

## Usage

### Loading bedGraph files
Expand Down

0 comments on commit abcd21e

Please sign in to comment.