1
0
Fork 0

Merge README with README.md

Having both is confusing.  I also think it might be confusing npmjs.org
(which isn't a good reason to modify my tree, but hopefully it'll be a nice
side-effect).

* README: Remove file.
* README.md: Absorb README.
master
Mike Gerwitz 2017-07-25 23:37:59 -04:00
parent a35ecc6f94
commit a3d01a65d9
Signed by: mikegerwitz
GPG Key ID: 8C917B7F5DC51BA2
2 changed files with 30 additions and 56 deletions

54
README
View File

@ -1,54 +0,0 @@
Configuring ease.js
*******************
Copyright (C) 2013, 2014, 2015 Free Software Foundation, Inc.
This file is part of GNU ease.js.
Copying and distribution of this file, with or without modification, are
permitted in any medium without royalty provided the copyright notice and
this notice are preserved. This file is offered as-is, without warranty
of any kind.
See also README.md.
This file contains information on configuring and building GNU ease.js; for
information on using the library, please see the Markdown-formatted README.md
file or the Texinfo manual.
Installing
==========
For information on installing ease.js on your system, see INSTALL.
Alternatively, you may install the software using npm by issuing the
following command:
$ npm install easejs
Configuring
===========
If your distribution contains a `configure' file in the project root, you
may jump immediately to INSTALL.
Otherwise, you likely have the sources as they exist in the project
repository, which does not contain the generated `configure' script; you
may generate it by issuing the following command:
$ autoreconf -fvi
Please note that certain files (such as AUTHORS, NEWS, and ChangeLog) are
generated as part of the `dist' target and do not exist as part of the
repository.
Hacking
=======
For information on hacking and contributing to GNU ease.js, please see
README.hacking.

View File

@ -1,6 +1,7 @@
# GNU ease.js
<!--
Copyright (C) 2010, 2011, 2013, 2014, 2015 Free Software Foundation, Inc.
Copyright (C) 2010, 2011, 2013, 2014, 2015, 2017
Free Software Foundation, Inc.
This file is part of GNU ease.js.
@ -58,7 +59,34 @@ they want to use "classes".
## Building and Installation
See [INSTALL](./INSTALL).
For information on installing ease.js on your system, see
[`INSTALL`](./INSTALL). Alternatively, you may install the software using
npm by issuing the following command:
```
$ npm install easejs
```
## Configuring
If your distribution contains a `configure` file in the project root, you
may jump immediately to [`INSTALL`](./INSTALL).
Otherwise, you likely have the sources as they exist in the project
repository, which does not contain the generated `configure' script; you
may generate it by issuing the following command:
```
$ autoreconf -fvi
```
Please note that certain files (such as AUTHORS, NEWS, and ChangeLog) are
generated as part of the `dist` target and do not exist as part of the
repository.
## Hacking
For information on hacking and contributing to GNU ease.js, please see
[`README.hacking`](./README.hacking).
## License