Skip to content

Commit

Permalink
Updating TagBot and README
Browse files Browse the repository at this point in the history
  • Loading branch information
AnHeuermann committed Feb 20, 2023
1 parent 556dacf commit 345fc2a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,3 @@ jobs:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
# Edit the following line to reflect the actual name of the GitHub Secret containing your private key
ssh: ${{ secrets.DOCUMENTER_KEY }}
# ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,27 @@
# OMJulia

Julia scripting OpenModelica interface

# Requirements:
[Openmodelica](https://www.openmodelica.org/)<br>
[Julia](https://julialang.org/)<br>
[Dependencies](Project.toml)
# Requirements

- [Openmodelica](https://www.openmodelica.org/)
- [Julia](https://julialang.org/)
- [Dependencies](Project.toml)

# Installation
## For Windows

Set the OpenModelica to "Path" environment variable for windows:
```
"C:/OpenModelica1.14.0-dev-64bit/bin"
```
## For GNU/Linux and macOS

Follow the instructions @ https://github.com/JuliaLang/julia

# Getting OMJulia
```

```julia
julia> import Pkg
julia> Pkg.add(Pkg.PackageSpec(url="https://github.com/OpenModelica/OMJulia.jl"))
```
Expand All @@ -27,7 +32,8 @@ To see the list advanced API, the informations are provided in the UserGuide see
(https://www.openmodelica.org/doc/OpenModelicaUsersGuide/latest/omjulia.html)

# Usage
```

```julia
julia> using OMJulia
julia> using OMJulia: sendExpression
julia> omc=OMJulia.OMCSession()
Expand Down

0 comments on commit 345fc2a

Please sign in to comment.