-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e5027d8
commit 1243060
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,10 +38,8 @@ list and follow these tips: | |
- Please get an account at [github.com](https://www.github.com). | ||
- [Fork](https://help.github.com/articles/fork-a-repo) the [Knet | ||
repository](https://github.com/denizyuret/Knet.jl). | ||
- Point Julia to your fork using | ||
`Pkg.clone("[email protected]:your-username/Knet.jl.git")` and | ||
`Pkg.build("Knet")`. You may want to remove any old versions with | ||
`Pkg.rm("Knet")` first. | ||
- Point Julia to your fork with | ||
`using Pkg; pkg"dev [email protected]:your-username/Knet.jl.git"`. | ||
- Make sure your [fork is | ||
up-to-date](https://help.github.com/articles/syncing-a-fork). | ||
- Retrieve the latest version of the master branch using | ||
|
1243060
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
1243060
There was a problem hiding this comment.
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/18574
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: