Skip to content

Commit 74a56ff

Browse files
committed
update installation instructions
1 parent 36fd3df commit 74a56ff

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Requires [JuliaSimCompiler.jl](https://help.juliahub.com/juliasimcompiler/stable
1414
## Installation
1515
To install this library, first follow the [installation instructions for JuliaSimCompiler](https://juliacomputing.github.io/JuliaSimCompiler.jl/stable/#Installing-and-Using-JuliaSimCompiler). In particular, you need to [add the JuliaHub Registry](https://help.juliahub.com/juliasim/dev/gettingstarted/juliahubregistry/).
1616

17-
After the registry is added and JuliaSimCompiler is installed, you may install this package. This package is currently not registered in any register and must thus be installed by URL.
18-
19-
17+
After the registry is added and JuliaSimCompiler is installed, you may install this package. This package is also registered in the JuliaHubRegistry, so you may add it with
18+
```
19+
pkg> add ModelingToolkitSampledData
20+
```
21+
after you have followed the steps above.

docs/src/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ To learn about the fundamentals of sampled-data modeling in ModelingToolkit, che
1717
## Installation
1818
To install this library, first follow the [installation instructions for JuliaSimCompiler](https://juliacomputing.github.io/JuliaSimCompiler.jl/stable/#Installing-and-Using-JuliaSimCompiler). In particular, you need to [add the JuliaHub Registry](https://help.juliahub.com/juliasim/dev/gettingstarted/juliahubregistry/).
1919

20-
After the registry is added and JuliaSimCompiler is installed, you may install this package. This package is currently not registered in any register and must thus be installed by URL.
20+
After the registry is added and JuliaSimCompiler is installed, you may install this package. This package is also registered in the JuliaHubRegistry, so you may add it with
21+
```
22+
pkg> add ModelingToolkitSampledData
23+
```
24+
after you have followed the steps above.

0 commit comments

Comments
 (0)