From 88b2aa2a689f34f119b89754ff9e4748d1b99a2f Mon Sep 17 00:00:00 2001 From: TT Date: Sat, 19 Feb 2022 09:07:30 +0100 Subject: [PATCH] updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 848aea7..429493a 100644 --- a/README.md +++ b/README.md @@ -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```