Skip to content

Commit 7b91503

Browse files
authored
use package env in docs
1 parent ab1ca2a commit 7b91503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ GraphicalModelLearning.jl is a Julia package containing algorithms for learning
1313
To install the package use,
1414

1515
```julia
16-
Pkg.add("GraphicalModelLearning")
16+
] add GraphicalModelLearning
1717
```
1818

1919
To test that the package is working correctly run,
2020

2121
```julia
22-
Pkg.test("GraphicalModelLearning")
22+
] test GraphicalModelLearning
2323
```

0 commit comments

Comments
 (0)