Skip to content

Commit 1eb6997

Browse files
committed
updates the README [skip ci]
1 parent 0fda3be commit 1eb6997

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed

README.md

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Nevergreen is a build monitor with attitude. It has two distinct features that set it apart:
44

5-
* Your builds should always be green. Nevergreen understands this and only shows you jobs that have failed or are building.
6-
* Nevergreen uses HTML local storage, so config is stored in your web browser. You only need to run it once to host hundreds of different build monitors.
5+
- Your builds should always be green. Nevergreen understands this and only shows you projects that have failed or are building.
6+
- Nevergreen uses your local browser to store configuration. You only need to run it once to host hundreds of different build monitors.
77

88
![Example of Nevergreen on Apache builds](doc/screenshot.png)
99

@@ -12,20 +12,23 @@ Nevergreen is a build monitor with attitude. It has two distinct features that s
1212
You can [try hosted Nevergreen](https://nevergreen.io) at `nevergreen.io` and if you like what you see we'd recommend
1313
[running it locally](https://github.com/build-canaries/nevergreen/wiki/running-locally).
1414

15-
Once loaded add the URL of your CCTray XML on the tracking page, select which projects you'd like to track then head to
16-
the monitor page to see their current status!
15+
Once loaded:
1716

18-
### How can I find my CCTray XML URL?
17+
1. Add the URL of your CCTray XML feed on the Tracking page
18+
2. Select which projects you'd like to track
19+
3. Head to the Monitor page to see their current status!
1920

20-
More information about how to get the CCTray XML for your CI server can be found on the
21+
### How can I find my CCTray XML feed URL?
22+
23+
More information about how to get the CCTray XML feed for your CI server can be found on the
2124
[Nevergreen wiki finding your CCTray XML](https://github.com/build-canaries/nevergreen/wiki/find-cctray) page.
2225

2326
### How can I get more help?
2427

25-
Additional help and information can be found on the help page of Nevergreen or in the [Nevergreen wiki](https://github.com/build-canaries/nevergreen/wiki).
26-
27-
You can also tweet to [@BuildCanaries](https://twitter.com/BuildCanaries) on Twitter or come chat to us in the
28-
[Nevergreen Slack workspace](https://join.slack.com/t/nevergreen/shared_invite/enQtMzc4MDg5MTE2MDE2LWJjYjdiNDM4Y2U1YjBjZTdkZjFhZGQyOTM5ODQ2MzEwZDY4YjNiZDFmOTFlMGUwOWEyMjczNmUzNTlkZDk4ZmQ)
28+
- Nevergreen has contextual help, just look for the question mark icon
29+
- [The Nevergreen wiki](https://github.com/build-canaries/nevergreen/wiki)
30+
- [Tweet to @BuildCanaries](https://twitter.com/BuildCanaries) on Twitter
31+
- [Come chat to us on Slack](https://join.slack.com/t/nevergreen/shared_invite/enQtMzc4MDg5MTE2MDE2LWJjYjdiNDM4Y2U1YjBjZTdkZjFhZGQyOTM5ODQ2MzEwZDY4YjNiZDFmOTFlMGUwOWEyMjczNmUzNTlkZDk4ZmQ)
2932

3033
## Already using Nevergreen?
3134

@@ -39,14 +42,6 @@ source please see the [contributing section of the wiki](https://github.com/buil
3942
Please help us out by submitting a PR with any changes. We also keep a list of bugs / improvements / features using
4043
[GitHub issues](https://github.com/build-canaries/nevergreen/issues), if you're looking for some inspiration.
4144

42-
## Build status
43-
44-
| | Status |
45-
|---|---|
46-
| CI | [![CircleCI](https://circleci.com/gh/build-canaries/nevergreen.svg?style=shield)](https://circleci.com/gh/build-canaries/nevergreen) |
47-
| Server | [![Clojure Dependencies Status](https://jarkeeper.com/build-canaries/nevergreen/status.svg)](http://jarkeeper.com/build-canaries/nevergreen) |
48-
| Client | [![Javascript Dependencies Status](https://david-dm.org/build-canaries/nevergreen.svg)](https://david-dm.org/build-canaries/nevergreen) |
49-
5045
## License
5146

5247
Copyright © 2014 - 2018 Build Canaries

0 commit comments

Comments
 (0)