Skip to content

Commit

Permalink
Improve README.md (openhab#975)
Browse files Browse the repository at this point in the history
* Fix broken IDE link
* Start each sentence on new line
* Use https for Karaf link

Signed-off-by: Wouter Born <[email protected]>
  • Loading branch information
wborn authored and kaikreuzer committed Sep 29, 2019
1 parent 4393280 commit bf71cdd
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ For further Information please refer to our homepage [www.openhab.org](https://w

## openHAB 2

openHAB 2 is the successor of [openHAB 1](https://github.com/openhab/openhab/wiki). It is an open-source solution. It is fully written in Java and uses [Apache Karaf](http://karaf.apache.org/) together with [Eclipse Equinox](https://www.eclipse.org/equinox/) as an OSGi runtime and bundles this with [Jetty](https://www.eclipse.org/jetty/) as an HTTP server.
openHAB 2 is the successor of [openHAB 1](https://github.com/openhab/openhab/wiki).
It is an open-source solution.
It is fully written in Java and uses [Apache Karaf](https://karaf.apache.org/) together with [Eclipse Equinox](https://www.eclipse.org/equinox/) as an OSGi runtime and bundles this with [Jetty](https://www.eclipse.org/jetty/) as an HTTP server.

For the latest snapshot builds, please see to our [Jenkins job](https://ci.openhab.org/job/openHAB-Distribution/).

Expand All @@ -24,9 +26,10 @@ Please refer to [our tutorials](https://www.openhab.org/docs/tutorial/) on how t

## Community: How to Get Involved

As any good open source project, openHAB welcomes community participation in the project. Read more in the [how to contribute](CONTRIBUTING.md) guide.
As any good open source project, openHAB welcomes community participation in the project.
Read more in the [how to contribute](CONTRIBUTING.md) guide.

If you are a developer and want to jump right into the sources and execute openHAB from within Eclipse, please have a look at the [IDE setup](https://www.openhab.org/docs/developer/development/ide.html) procedures.
If you are a developer and want to jump right into the sources and execute openHAB from within an IDE, please have a look at the [IDE setup](https://www.openhab.org/docs/developer/#setup-the-development-environment) procedures.

You can also learn [how openHAB 2 bindings are developed](https://www.openhab.org/docs/developer/bindings/).

Expand Down

0 comments on commit bf71cdd

Please sign in to comment.