diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-03-20 16:54:07 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-20 16:54:07 (GMT) |
| commit | 91ddc666e3ee1ac8fd128bf491f32d512e5524c3 (patch) | |
| tree | d01afbe6f65a1564809a116cb8e2345522b05f3b /doc/buildAndProgram.md | |
| parent | 405c85c160b0d72407498a25555677d484b822f1 (diff) | |
| parent | bca7ba4eed437361c93af6316b810e97dd071d67 (diff) | |
Merge pull request #235 from MFAshby/doc_correction
Small correction to git URL in documentation files
Diffstat (limited to 'doc/buildAndProgram.md')
| -rw-r--r-- | doc/buildAndProgram.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/buildAndProgram.md b/doc/buildAndProgram.md index 8d9c938..484916a 100644 --- a/doc/buildAndProgram.md +++ b/doc/buildAndProgram.md @@ -8,8 +8,8 @@ To build this project, you'll need: ## Build steps ### Clone the repo ``` -git clone https://github.com/JF002/Pinetime.git -cd Pinetime +git clone https://github.com/JF002/InfiniTime.git +cd InfiniTime git submodule update --init mkdir build cd build |
