Skip to content

Commit

Permalink
correction in fork instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
denizyuret committed Jul 28, 2020
1 parent e5027d8 commit 1243060
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

2 comments on commit 1243060

@denizyuret
Copy link
Owner 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/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:

git tag -a v1.3.9 -m "<description of version>" 12430600ea0782cb16cd1aa5887796a5f0d4359f
git push origin v1.3.9

Please sign in to comment.