diff --git a/dev/developers/contributing/index.html b/dev/developers/contributing/index.html
index 4893da3..6890c3f 100644
--- a/dev/developers/contributing/index.html
+++ b/dev/developers/contributing/index.html
@@ -9,12 +9,12 @@
Deleted no artifacts, repos, packages or scratchspacesjulia> Pkg.develop("EquationOfStateRecipes")
Cloning git-repo `https://github.com/MineralsCloud/EquationOfStateRecipes.jl.git`
Resolving package versions...
Updating `~/work/EquationOfStateRecipes.jl/EquationOfStateRecipes.jl/docs/Project.toml`
- [8d49d7c9] ~ EquationOfStateRecipes v0.5.0 `~/work/EquationOfStateRecipes.jl/EquationOfStateRecipes.jl` ⇒ v0.5.0 `~/.julia/dev/EquationOfStateRecipes`
+ [8d49d7c9] ~ EquationOfStateRecipes v0.5.0 `~/work/EquationOfStateRecipes.jl/EquationOfStateRecipes.jl` ⇒ v0.5.1 `~/.julia/dev/EquationOfStateRecipes`
Updating `~/work/EquationOfStateRecipes.jl/EquationOfStateRecipes.jl/docs/Manifest.toml`
- [8d49d7c9] ~ EquationOfStateRecipes v0.5.0 `~/work/EquationOfStateRecipes.jl/EquationOfStateRecipes.jl` ⇒ v0.5.0 `~/.julia/dev/EquationOfStateRecipes`
Then the package will be cloned to your local machine. On *nix systems, the default path is ~/.julia/dev/EquationOfStateRecipes
unless you modify the JULIA_DEPOT_PATH
environment variable. If you're on Windows, this will be C:\\Users\\<my_name>\\.julia\\dev\\EquationOfStateRecipes
. In the following text, we will call it PKGROOT
.
Go to PKGROOT
, start a new Julia session, and run
julia> using Pkg
julia> Pkg.instantiate()
Precompiling project... + [8d49d7c9] ~ EquationOfStateRecipes v0.5.0 `~/work/EquationOfStateRecipes.jl/EquationOfStateRecipes.jl` ⇒ v0.5.1 `~/.julia/dev/EquationOfStateRecipes`
Then the package will be cloned to your local machine. On *nix systems, the default path is ~/.julia/dev/EquationOfStateRecipes
unless you modify the JULIA_DEPOT_PATH
environment variable. If you're on Windows, this will be C:\\Users\\<my_name>\\.julia\\dev\\EquationOfStateRecipes
. In the following text, we will call it PKGROOT
.
Go to PKGROOT
, start a new Julia session, and run
julia> using Pkg
julia> Pkg.instantiate()
Precompiling project... ✓ EquationOfStateRecipes ✓ EquationOfStateRecipes → PlotsExt - 2 dependencies successfully precompiled in 8 seconds. 180 already precompiled. + 2 dependencies successfully precompiled in 9 seconds. 180 already precompiled. 2 dependencies precompiled but different versions are currently loaded. Restart julia to access the new versions
to instantiate the project.
In the following, replace any instance of GITHUB_ACCOUNT
with your GitHub username.
The next step is to check out a development branch. In a terminal (or command prompt on Windows), run:
$ cd ~/.julia/dev/EquationOfStateRecipes
$ git remote add GITHUB_ACCOUNT https://github.com/GITHUB_ACCOUNT/EquationOfStateRecipes.jl.git
@@ -47,4 +47,4 @@
$ git checkout main
-$ git pull
If you have suggestions to improve this guide, please make a pull request! It's particularly helpful if you do this after your first pull request because you'll know all the parts that could be explained better.
Thanks for contributing to EquationOfStateRecipes!
Settings
This document was generated with Documenter.jl version 0.27.25 on Saturday 2 September 2023. Using Julia version 1.9.3.