8000 Windows 10 instructions by gojimmypi · Pull Request #4797 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Windows 10 instructions #4797

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jun 27, 2018
Merged
Prev Previous commit
Next Next commit
Update installing.md
  • Loading branch information
gojimmypi authored Jun 7, 2018
commit a5be2d65a5b52a4576ec85699795841219b97dbe
6 changes: 1 addition & 5 deletions doc/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ This is the suggested installation method for contributors and library developer

### Instructions

- Open the console and go to Arduino directory. This can be either your *sketchbook* directory (usually `<Documents>` or `<Documents>/Arduino`), or the directory of Arduino application itself, the choice is up to you. For Windows 10 the directory will typically be: `C:\Users\{username}\Documents\hardware\`

- Note that although the Arduino installer will use (for Windows)
`C:\Users\{username}\AppData\Local\Arduino15\packages\esp8266\hardware` this is not the recommended directory for the git version. (and it is probably best not to install both)

- Open the console and go to Arduino directory. This can be either your *sketchbook* directory (usually `<Documents>/Arduino`), or the directory of Arduino application itself, the choice is up to you.
- Clone this repository into hardware/esp8266com/esp8266 directory. Alternatively, clone it elsewhere and create a symlink, if your OS supports them.

```bash
Expand Down
0