Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojukka5 authored Jul 30, 2017
1 parent 21a57e7 commit 2cf0217
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,3 @@ julia> model = abaqus_read_model("abaqus_file.inp")
```

This returns `AbaqusReader.Model` instance.

## Installing

Package is not tagged yet, so installing goes like normally with unregistered packages, i.e.
```
julia -e 'Pkg.clone("[email protected]:JuliaFEM/AbaqusReader.jl.git")`
```

If the package is used in other packages, to make automatic testing pass, one must add the line above to the `.travis.yml`. Alternatively, one can add the following to `build/deps.jl`:
```
Pkg.clone("[email protected]:JuliaFEM/AbaqusReader.jl.git")
Pkg.build("AbaqusReader")
```

0 comments on commit 2cf0217

Please sign in to comment.