Skip to content

Commit 9d69258

Browse files
committed
correct SETUP info
1 parent b100f64 commit 9d69258

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ Implemented by Jeff Irion, Haotian Li, Naoki Saito, and Yiqun Shao
1111

1212
To install the MultiscaleGraphSignalTransforms.jl, run
1313
```julia
14-
]
15-
(v1.6) pkg> add https://gitlab.com/BoundaryValueProblems/MultiscaleGraphSignalTransforms.jl.git
16-
using MultiscaleGraphSignalTransforms
14+
julia> import Pkg; Pkg.add("MultiscaleGraphSignalTransforms")
15+
julia> using MultiscaleGraphSignalTransforms
1716
```
1817

1918
## GETTING STARTED

0 commit comments

Comments
 (0)