diff --git a/docs/src/developer.md b/docs/src/developer.md index 7041e7a7..c7bc646c 100644 --- a/docs/src/developer.md +++ b/docs/src/developer.md @@ -37,7 +37,7 @@ If this is the first time you work with this repository, follow the instructions 1. Fork this repo. 2. Clone your repo (this will create a `git remote` called `origin`). -3. Add this repo as a remote. +3. Add this repo as a remote: ```bash git remote add orgremote https://github.com/abelsiqueira/COPIERTemplate.jl ```