Skip to content

Commit 37c722d

Browse files
authored
Merge pull request xtermjs#4152 from dstein64/master
Move real-world uses section down
2 parents 318abe6 + 2b597a8 commit 37c722d

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,26 @@ The full API for xterm.js is contained within the [TypeScript declaration file](
9999

100100
Note that some APIs are marked *experimental*, these are added to enable experimentation with new ideas without committing to support it like a normal [semver](https://semver.org/) API. Note that these APIs can change radically between versions, so be sure to read release notes if you plan on using experimental APIs.
101101

102+
## Releases
103+
104+
Xterm.js follows a monthly release cycle roughly.
105+
106+
All current and past releases are available on this repo's [Releases page](https://github.com/sourcelair/xterm.js/releases), you can view the [high-level roadmap on the wiki](https://github.com/xtermjs/xterm.js/wiki/Roadmap) and see what we're working on now by looking through [Milestones](https://github.com/sourcelair/xterm.js/milestones).
107+
108+
### Beta builds
109+
110+
Our CI releases beta builds to npm for every change that goes into master. Install the latest beta build with:
111+
112+
```bash
113+
npm install -S xterm@beta
114+
```
115+
116+
These should generally be stable, but some bugs may slip in. We recommend using the beta build primarily to test out new features and to verify bug fixes.
117+
118+
## Contributing
119+
120+
You can read the [guide on the wiki](https://github.com/xtermjs/xterm.js/wiki/Contributing) to learn how to contribute and set up xterm.js for development.
121+
102122
## Real-world uses
103123
Xterm.js is used in several world-class applications to provide great terminal experiences.
104124

@@ -197,26 +217,6 @@ Xterm.js is used in several world-class applications to provide great terminal e
197217

198218
Do you use xterm.js in your application as well? Please [open a Pull Request](https://github.com/sourcelair/xterm.js/pulls) to include it here. We would love to have it on our list. Note: Please add any new contributions to the end of the list only.
199219

200-
## Releases
201-
202-
Xterm.js follows a monthly release cycle roughly.
203-
204-
All current and past releases are available on this repo's [Releases page](https://github.com/sourcelair/xterm.js/releases), you can view the [high-level roadmap on the wiki](https://github.com/xtermjs/xterm.js/wiki/Roadmap) and see what we're working on now by looking through [Milestones](https://github.com/sourcelair/xterm.js/milestones).
205-
206-
### Beta builds
207-
208-
Our CI releases beta builds to npm for every change that goes into master. Install the latest beta build with:
209-
210-
```bash
211-
npm install -S xterm@beta
212-
```
213-
214-
These should generally be stable, but some bugs may slip in. We recommend using the beta build primarily to test out new features and to verify bug fixes.
215-
216-
## Contributing
217-
218-
You can read the [guide on the wiki](https://github.com/xtermjs/xterm.js/wiki/Contributing) to learn how to contribute and set up xterm.js for development.
219-
220220
## License Agreement
221221

222222
If you contribute code to this project, you implicitly allow your code to be distributed under the MIT license. You are also implicitly verifying that all code is your original work.

0 commit comments

Comments
 (0)