Skip to content

Commit 281651a

Browse files
committed
Add a more prominent warning about the repository not being the distribution channel
1 parent e9c52f3 commit 281651a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# CodeMirror
2+
23
[![Build Status](https://travis-ci.org/codemirror/CodeMirror.svg)](https://travis-ci.org/codemirror/CodeMirror)
34
[![NPM version](https://img.shields.io/npm/v/codemirror.svg)](https://www.npmjs.org/package/codemirror)
45
[![Join the chat at https://gitter.im/codemirror/CodeMirror](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/codemirror/CodeMirror)
56
[Funding status: ![maintainer happiness](https://marijnhaverbeke.nl/fund/status_s.png?again)](https://marijnhaverbeke.nl/fund/)
67

8+
**NOTE**: This is the source repository for the library, and not the
9+
distribution channel. You need to run a build step if you want to use
10+
this code. To install the software pre-built, get it from
11+
[NPM](https://www.npmjs.com/package/codemirror) or [the
12+
website](https://codemirror.net/codemirror.zip).
13+
714
CodeMirror is a versatile text editor implemented in JavaScript for
815
the browser. It is specialized for editing code, and comes with over
916
100 language modes and various addons that implement more advanced

0 commit comments

Comments
 (0)