Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ThummeTo committed Feb 19, 2022
1 parent 2fdeae0 commit 88b2aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ FMIExport.jl is a free-to-use software library for the Julia programming languag
[![Coverage](https://codecov.io/gh/ThummeTo/FMIExport.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/ThummeTo/FMIExport.jl)

## How can I use FMIExport.jl?
FMIExport.jl is part of [FMI.jl](https://github.com/ThummeTo/FMI.jl). However, if you only need the export functionality without anything around and want to keep the dependencies as small as possible, FMIExport.jl might be the right way to go. You can install it via:
1. open a Julia-Command-Window, activate your preferred environment
1. goto package manager using ```]```
1. type ```add FMIExport```
Expand Down

2 comments on commit 88b2aa2

@ThummeTo
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/54956

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.1 -m "<description of version>" 88b2aa2a689f34f119b89754ff9e4748d1b99a2f
git push origin v0.1.1

Please sign in to comment.