mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-22 01:30:31 -05:00
Fixed wrong git clone SSH command (#13)
Replaced bad https URL with proper SSH URL
This commit is contained in:
parent
fc819b8217
commit
4723b825f2
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ git clone https://github.com/FreeRTOS/FreeRTOS
|
|||
```
|
||||
Using SSH:
|
||||
```
|
||||
git clone https://github.com/FreeRTOS/FreeRTOS.git
|
||||
git clone git@github.com:FreeRTOS/FreeRTOS.git
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue