File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ This package defines julia implementations for the common types `Option` (aka `M
1313The package is soon going to be registered at General, until then you can use it by adding a custom registry.
1414``` julia
1515using 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
1816pkg " add DataTypesBasic"
1917```
2018
Original file line number Diff line number Diff line change @@ -7,8 +7,6 @@ This package defines julia implementations for the common types `Option` (aka `M
77
88``` julia
99using 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
1210pkg " add DataTypesBasic"
1311```
1412
You can’t perform that action at this time.
0 commit comments