We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2663792 commit e3d7eafCopy full SHA for e3d7eaf
Project.toml
@@ -1,7 +1,7 @@
1
name = "PhotometricFilters"
2
uuid = "482c37c2-cde1-4201-a412-83b81535d120"
3
authors = ["Miles Lucas <[email protected]> and contributors"]
4
-version = "0.1.0"
+version = "1.0.0"
5
6
[deps]
7
DataDeps = "124859b0-ceae-595e-8997-d05f6a7a8dfe"
README.md
@@ -9,11 +9,11 @@
9
10
## Installation
11
12
-This package is not yet registered. One can install the most recent version from GitHub using
+This package is registered to the Julia general registry and can be installed by running
13
14
```julia
15
import Pkg
16
-Pkg.add(url="https://github.com/JuliaAstro/PhotometricFilters.jl.git")
+Pkg.add("PhotometricFilters"")
17
```
18
19
## Usage
0 commit comments