Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbybp committed Dec 5, 2023
1 parent b725fd1 commit 32cc93a
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,16 @@ This package has the following dependencies:
- JSON.jl
- Printf.jl

This package is not registered and must be installed using a copy of this repository.
This package is not registered and must be installed from this repository.
For example:
```
$ git clone https://github.com/lanl-ansi/GOC3Benchmark.jl.git
$ cd GOC3Benchmark.jl
$ julia
```
```julia
julia> ]
(@v1.X) pkg> add .
(@v1.X) pkg> add https://github.com/lanl-ansi/GOC3Benchmark.jl.git
```
To make sure that the package is installed correctly, please run the tests with
```
$ julia test/runtests.jl
```julia
julia> ]
(@v1.X) pkg> test GOC3Benchmark
```

## Using the solver
Expand Down

0 comments on commit 32cc93a

Please sign in to comment.