-
Fork the repository on github. (Click the
Forkbutton in the top-right corner) -
Clone the repository you have just forked.
git clone https://github.com/YOUR_USERNAME/Surrogates.jl.git -
cd Surrogates.jlEnter the repository's directory. -
juliaOpen the Julia REPL. -
]Enter package mode -
Activate the local environment
activate . -
Install the dependencies.
instantiate -
Perform your edits (Atom with Juno, or VSCode with the Julia plugin are good editor choices)
-
Stage, Commit, and Push your changes