Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
Change the url of the IoT DevKit SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Ma committed Sep 8, 2017
1 parent 8f1208a commit 67251ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ You'll need [git] to download source code and copy it to the Arduino target fold
### Windows

```
git clone https://github.com/Microsoft/AzureIoTDeveloperKit
git clone https://github.com/Microsoft/devkit-sdk
cd AzureIoTDeveloperKit\AZ3166\src
cd devkit-sdk\AZ3166\src
xcopy /s .\*.* C:\Users\{your name}\AppData\Local\Arduino15\packages\AZ3166\hardware\stm32f4\{version} /I /R /Y
```

### OS X

```
git clone https://github.com/Microsoft/AzureIoTDeveloperKit
git clone https://github.com/Microsoft/devkit-sdk
cd AzureIoTDeveloperKit/AZ3166
cd devkit-sdk/AZ3166
cp -R /src/. ~/Library/Arduino15/packages/AZ3166/hardware/stem32f4/{version}
```
Expand Down

0 comments on commit 67251ff

Please sign in to comment.