Skip to content

Commit

Permalink
register in general registry
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenbauer committed Mar 10, 2022
1 parent 36f922b commit 720446e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@

## Installation

The package isn't registered in the General registry, but you can readily add it by using the Pkg REPL mode.
The package is registered in the General registry and can readily be added by using the Pkg REPL mode.

```
] add https://github.com/pc2/GPUInspector.jl
] add GPUInspector
```

**Note:** The minimal required Julia version is 1.7.
Expand Down
9 changes: 1 addition & 8 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,12 @@

## Installation

The package is **not** registered in the General registry, but only in the [PC2Registry](https://git.uni-paderborn.de/pc2/julia/PC2Registry).
If you have subscribed to the latter, you can simply add the package as follows.
The package is registered in the General registry and can readily be added by using the Pkg REPL mode.

```
] add GPUInspector
```

Otherwise, you can readily add it by using the explicit URL.

```
] add https://github.com/pc2/GPUInspector.jl
```

**Note:** The minimal required Julia version is 1.7.

## Getting Started
Expand Down

3 comments on commit 720446e

@carstenbauer
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@carstenbauer
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/56383

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 720446e948fe592936bbc1d7cca9f6d36e5c08ed
git push origin v0.1.0

Please sign in to comment.