Skip to content

Commit 1da0db4

Browse files
authored
Merge pull request #4977 from dstein64/master
Add @xterm scope to packages
2 parents 9da5f14 + 17fd738 commit 1da0db4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Xterm.js is a front-end component written in TypeScript that lets applications b
2121
First, you need to install the module, we ship exclusively through [npm](https://www.npmjs.com/), so you need that installed and then add xterm.js as a dependency by running:
2222

2323
```bash
24-
npm install xterm
24+
npm install @xterm/xterm
2525
```
2626

2727
To start using xterm.js on your browser, add the `xterm.js` and `xterm.css` to the head of your HTML page. Then create a `<div id="terminal"></div>` onto which xterm can attach itself. Finally, instantiate the `Terminal` object and then call the `open` function with the DOM object of the `div`.
@@ -113,7 +113,7 @@ All current and past releases are available on this repo's [Releases page](https
113113
Our CI releases beta builds to npm for every change that goes into master. Install the latest beta build with:
114114

115115
```bash
116-
npm install -S xterm@beta
116+
npm install -S @xterm/xterm@beta
117117
```
118118

119119
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.

0 commit comments

Comments
 (0)