Skip to content

Commit

Permalink
update doc and README.md; instruction for the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
frssp committed Mar 10, 2020
1 parent 536e807 commit dbbae4c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ julia> using Pkg
julia> Pkg.add(PackageSpec(url="https://github.com/WMD-group/CarrierCapture.jl.git"))
```

To run the unit tests for the package, use the `Pkg.test` function.

```julia
julia> Pkg.test("CarrierCapture")
```

## Development

The project is hosted on [Github](https://github.com/WMD-group/carriercapture).
Expand Down
5 changes: 5 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ julia> using Pkg
julia> Pkg.add(PackageSpec(url="https://github.com/WMD-group/CarrierCapture.jl.git"))
```

To run the unit tests for the package, use the `Pkg.test` function.

```julia
julia> Pkg.test("CarrierCapture")
```

## Development

Expand Down

0 comments on commit dbbae4c

Please sign in to comment.