Merge pull request #235 from MFAshby/doc_correction

Small correction to git URL in documentation files
This commit is contained in:
JF002
2021-03-20 17:54:07 +01:00
committed by GitHub
6 changed files with 11 additions and 11 deletions

View File

@@ -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