Skip to content

Commit cc26f7e

Browse files
authored
Update BUILD.md
Change git clone from ssh to https
1 parent bcfe9e6 commit cc26f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Java | javac and jar (available in JDK) | tinyspline.jar
3333
Checkout the repository and cd into it:
3434

3535
```bash
36-
git clone git@github.com:msteinbeck/tinyspline.git tinyspline
36+
git clone https://github.com/msteinbeck/tinyspline.git tinyspline
3737
cd tinyspline
3838
```
3939

0 commit comments

Comments
 (0)