Skip to content

Commit fa745fd

Browse files
Stephan SahmStephan Sahm
authored andcommitted
simplified installation instruction as it is now officially registered
1 parent a83b1cc commit fa745fd

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ This package defines julia implementations for the common types `Option` (aka `M
1313
The package is soon going to be registered at General, until then you can use it by adding a custom registry.
1414
```julia
1515
using Pkg
16-
pkg"registry add https://github.com/JuliaRegistries/General" # central julia registry
17-
pkg"registry add https://github.com/schlichtanders/SchlichtandersJuliaRegistry.jl" # custom registry
1816
pkg"add DataTypesBasic"
1917
```
2018

docs/src/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ This package defines julia implementations for the common types `Option` (aka `M
77

88
```julia
99
using Pkg
10-
pkg"registry add https://github.com/JuliaRegistries/General" # central julia registry
11-
pkg"registry add https://github.com/schlichtanders/SchlichtandersJuliaRegistry.jl" # custom registry
1210
pkg"add DataTypesBasic"
1311
```
1412

0 commit comments

Comments
 (0)