summaryrefslogtreecommitdiff
path: root/doc/buildAndProgram.md
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2021-03-15 23:07:04 +0000
committerMartin Ashby <martin@ashbysoft.com>2021-03-15 23:13:46 +0000
commitbca7ba4eed437361c93af6316b810e97dd071d67 (patch)
treecfba35a82c3d0cd8eacecf47f1b50339338b1849 /doc/buildAndProgram.md
parentada942535718d48eec37cca4f50d678e7201dc67 (diff)
Small correction to git URL in documentation files
Diffstat (limited to 'doc/buildAndProgram.md')
-rw-r--r--doc/buildAndProgram.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/buildAndProgram.md b/doc/buildAndProgram.md
index 79ca519d..4564055f 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