diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json
index c2e1f5d..52ea1fd 100644
--- a/dev/.documenter-siteinfo.json
+++ b/dev/.documenter-siteinfo.json
@@ -1 +1 @@
-{"documenter":{"julia_version":"1.9.3","generation_timestamp":"2023-10-08T21:29:01","documenter_version":"1.1.0"}}
\ No newline at end of file
+{"documenter":{"julia_version":"1.9.3","generation_timestamp":"2023-10-08T22:48:08","documenter_version":"1.1.0"}}
\ No newline at end of file
diff --git a/dev/developers/contributing/index.html b/dev/developers/contributing/index.html
index 3bf86d1..93c1906 100644
--- a/dev/developers/contributing/index.html
+++ b/dev/developers/contributing/index.html
@@ -9,9 +9,9 @@
Deleted no artifacts, repos, packages or scratchspacesjulia> Pkg.develop("MillerIndices")
Cloning git-repo `https://github.com/MineralsCloud/MillerIndices.jl.git`
Resolving package versions...
Updating `~/work/MillerIndices.jl/MillerIndices.jl/docs/Project.toml`
- [f41335bc] ~ MillerIndices v0.2.0 `~/work/MillerIndices.jl/MillerIndices.jl` ⇒ v0.3.0 `~/.julia/dev/MillerIndices`
+ [f41335bc] ~ MillerIndices v0.3.0 `~/work/MillerIndices.jl/MillerIndices.jl` ⇒ v0.3.0 `~/.julia/dev/MillerIndices`
Updating `~/work/MillerIndices.jl/MillerIndices.jl/docs/Manifest.toml`
- [f41335bc] ~ MillerIndices v0.2.0 `~/work/MillerIndices.jl/MillerIndices.jl` ⇒ v0.3.0 `~/.julia/dev/MillerIndices`
Then the package will be cloned to your local machine. On *nix systems, the default path is ~/.julia/dev/MillerIndices
unless you modify the JULIA_DEPOT_PATH
environment variable. If you're on Windows, this will be C:\\Users\\<my_name>\\.julia\\dev\\MillerIndices
. 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... + [f41335bc] ~ MillerIndices v0.3.0 `~/work/MillerIndices.jl/MillerIndices.jl` ⇒ v0.3.0 `~/.julia/dev/MillerIndices`
Then the package will be cloned to your local machine. On *nix systems, the default path is ~/.julia/dev/MillerIndices
unless you modify the JULIA_DEPOT_PATH
environment variable. If you're on Windows, this will be C:\\Users\\<my_name>\\.julia\\dev\\MillerIndices
. 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... ✓ MillerIndices 1 dependency successfully precompiled in 1 seconds. 27 already precompiled. 1 dependency precompiled but a different version is currently loaded. Restart julia to access the new version
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/MillerIndices
@@ -46,4 +46,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 MillerIndices!
Settings
This document was generated with Documenter.jl version 1.1.0 on Sunday 8 October 2023. Using Julia version 1.9.3.