File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -167,13 +167,13 @@ Note the `includePath` additions above -- please update them as appropriate. Nex
167167
168168#### Cloning ` libjwt `
169169
170- 1 . Clone this repository as follows (replace ` <target_dir> ` ): `git clone git@github.com : benmcollins /libjwt.git <target_dir>
170+ 1 . Clone this repository as follows (replace ` <target_dir> ` ): ` git clone git@github.com:benmcollins/libjwt.git <target_dir> `
1711712 . Enter the directory and switch to the latest tag: ` git checkout $(git tag | sort -Vr | head -n 1) `
1721723 . Update the ` includePath ` entires shown above to match the location you chose.
173173
174174#### Cloning ` libjansson `
175175
176- 1 . Clone this repository as follows (replace ` <target_dir> ` ): `git clone git@github.com : akheron /jansson.git <target_dir>
176+ 1 . Clone this repository as follows (replace ` <target_dir> ` ): ` git clone git@github.com:akheron/jansson.git <target_dir> `
1771772 . Enter the directory and switch to the latest tag: ` git checkout $(git tag | sort -Vr | head -n 1) `
1781783 . Update the ` includePath ` entires shown above to match the location you chose.
179179
You can’t perform that action at this time.
0 commit comments