Skip to content
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

README.md: Add information about other update sites #306

Merged
merged 1 commit into from Jun 12, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Expand Up @@ -4,15 +4,22 @@

These are the Eclipse projects used to build the [GNU MCU Eclipse](http://gnu-mcu-eclipse.github.io) plug-ins.



## How to install

For new installs, the preferred method is via [GNU MCU Eclipse IDE for C/C++ Developers ](https://github.com/gnu-mcu-eclipse/org.eclipse.epp.packages/releases), which packs the oficial **Eclipse IDE for C/C++ Developers** release with all **GNU MCU Eclipse plug-ins** already installed.

For existing Eclipse instances, the recommended install method is via Eclipse Marketplace; search for **GNU MCU Eclipse**.

For manual installs, the stable version update site is:
## Update Sites (For manual installs)

* http://gnu-mcu-eclipse.netlify.com/v4-neon-updates
* Stable: http://gnu-mcu-eclipse.netlify.com/v4-neon-updates
* Pre-release versions: http://gnu-mcu-eclipse.netlify.com/v4-neon-updates-test
Usually this site should be safe to use, but use it with caution.
* Experimental versions: http://gnu-mcu-eclipse.netlify.com/v4-neon-updates-experimental
Sometimes you can use this site to test some features that are not completely implemented, or that might change before a final version is released.
**Note:** This site is not always updated; use it carefully, back up your workspace, and do not use it for production projects.

## How to build

Expand Down