Skip to content

Commit ba6afb5

Browse files
authored
Merge pull request #14 from JuliaComputing/cache
Cache
2 parents 36fd3df + febaa39 commit ba6afb5

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: Set debug env
2828
run: export JULIA_DEBUG="loading"
2929
- uses: actions/checkout@v3.3.0
30+
- uses: julia-actions/cache@v1
3031
- uses: julia-actions/setup-julia@v1
3132
with:
3233
version: ${{ matrix.version }}

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)