We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5011800 commit b4b1206Copy full SHA for b4b1206
README.md
@@ -39,8 +39,8 @@ More information is available in the [documentation](https://palmtree2013.github
39
## Installation
40
DelaySSAToolkit can be installed through the Julia package manager:
41
```julia
42
-]add DelaySSAToolkit
43
-using DelaySSAToolkit
+using Pkg
+Pkg.add("DelaySSAToolkit")
44
```
45
and you might need to run
46
0 commit comments