Skip to content

Commit 3cff2ee

Browse files
Update installation instructions
1 parent 4731c8b commit 3cff2ee

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@ Package holding utilities for Generalized Grid Description (GGD) objects in IMAS
99

1010
## Installation
1111

12-
IMASggd is registered with public repository [FuseRegistry](https://github.com/ProjectTorreyPines/FuseRegistry.jl/). For installation:
12+
For installation:
1313

1414
```
1515
using Pkg
16-
Pkg.Registry.add(RegistrySpec(url="https://github.com/ProjectTorreyPines/FuseRegistry.jl.git"))
17-
Pkg.Registry.add("General")
1816
Pkg.add("IMASggd")
1917
```

docs/src/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ Depth = 5
88

99
## Installation
1010

11-
IMASggd is registered with public repository [FuseRegistry](https://github.com/ProjectTorreyPines/FuseRegistry.jl/). For installation:
11+
For installation:
1212

1313
```
1414
using Pkg
15-
Pkg.Registry.add(RegistrySpec(url="https://github.com/ProjectTorreyPines/FuseRegistry.jl.git"))
16-
Pkg.Registry.add("General")
1715
Pkg.add("IMASggd)
1816
```
1917

0 commit comments

Comments
 (0)