Skip to content

Commit 779e5ca

Browse files
committed
altered instructions for IDE hardware manager in README.md
1 parent 0a2d3b1 commit 779e5ca

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,30 @@ This software is provided 'as-is' with no warranty, implied or otherwise
1313
On versions of the IDE as of 1.6 you should be able to use the downloadable
1414
hardware manager configuration file at the following location:
1515

16-
&nbsp;&nbsp;<a href="https://raw.githubusercontent.com/XMegaForArduino/IDE/master/package_XMegaForArduino_index.json">
17-
package_XMegaForArduino_index.json</a>
16+
&nbsp;&nbsp;&nbsp;&nbsp;
17+
<a href="https://raw.githubusercontent.com/XMegaForArduino/IDE/master/package_XMegaForArduino_index.json">
18+
hardware manager URL for package_XMegaForArduino_index.json</a>
1819

1920
In some cases, you might want to do this manually, by downloading the latest
20-
'tarball' of the distribution files, and extracting them into the
21+
'tarball' of the distribution files, and extracting them directly into the
2122

22-
sketchbook/hardware
23+
&nbsp;&nbsp;&nbsp;&nbsp;sketchbook/hardware
2324

2425
directory tree. In some cases, this may be the preferable method.
2526

26-
The distribution files are located on the IDE repository, with names similar
27-
to the following: XMegaForArduino.0.9.0.tbz
27+
The distribution archives are located on the IDE repository, with names similar
28+
to the following:
29+
30+
&nbsp;&nbsp;&nbsp;&nbsp;XMegaForArduino-0.9.1.snapshot.txz
2831

29-
where '0.9.0' is the release version
32+
where '0.9.1' would be the release snapshot version. Note that the 'tar.bz2'
33+
files are used by the JSON file, and don't have the correct directory tree.
3034

3135

32-
For earlier IDE versions, you will need to patch boards.txt and avrdude.conf
33-
manually, and probably patch avr-gcc, avr-binutils, and avr-libc . The patch
34-
files are available in the 'patches' repository as part of this project.
36+
For earlier IDE versions (prior to 1.6), you will need to patch boards.txt
37+
and avrdude.conf manually, and probably patch avr-gcc, avr-binutils, and
38+
avr-libc . The patch files are available in the 'patches' repository as
39+
a part of this project.
3540

3641

3742

0 commit comments

Comments
 (0)