Skip to content

Commit

Permalink
Update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Nov 2, 2023
1 parent 8e70806 commit c455bea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@

This fork defaults to a branch with _no changes_ to the Elm compiler, _only to the npm package._

The npm package of this fork contains the _same binaries_ as the official package installs. The changes are:
The npm package of this fork contains the _same binaries_ as the official package installs – plus a couple of new ones. That’s the only point of this package.

- This package has no dependencies.
- This package also contains binaries for macOS ARM 64-bit and Linux ARM 64-bit, [compiled by Mario Rogic](https://github.com/supermario/elm-tooling-compiler/commit/3af7f31a0ad5c4c7fe6df51220b3ec3e1d62a643).
- Linux ARM 64-bit (useful for example in Docker on macOS ARM), [compiled by Mario Rogic](https://github.com/supermario/elm-tooling-compiler/commit/3af7f31a0ad5c4c7fe6df51220b3ec3e1d62a643).
- Raspberry PI Linux ARM 32-bit, [compiled by dmy](https://github.com/dmy/elm-raspberry-pi).

```
npm install @lydell/elm
```

> **History:** This package was originally used for testing a better way to package Elm, which was then merged into the official `elm` package and released as version 0.19.1-6.
👉 [Official elm repository](https://github.com/elm/compiler)
9 changes: 5 additions & 4 deletions installers/npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

**This is not the official `elm` npm package!**

This is a fork of the Elm _npm package._ It contains the _same binaries_ as the official package installs. The changes are:
This is a fork of the Elm _npm package._ It contains the _same binaries_ as the official package installs – plus a couple of new ones. That’s the only point of this package.

- This package has no dependencies.
- This package also contains a binary for macOS ARM 64-bit, compiled by Evan. As of this writing (2023-09-30) that binary is available in the [official Elm 0.19.1 release](https://github.com/elm/compiler/releases/tag/0.19.1) but not in the `elm` npm package.
- This package also contains a binary for Linux ARM 64-bit, [compiled by Mario Rogic](https://github.com/supermario/elm-tooling-compiler/commit/3af7f31a0ad5c4c7fe6df51220b3ec3e1d62a643).
- Linux ARM 64-bit (useful for example in Docker on macOS ARM), [compiled by Mario Rogic](https://github.com/supermario/elm-tooling-compiler/commit/3af7f31a0ad5c4c7fe6df51220b3ec3e1d62a643).
- Raspberry PI Linux ARM 32-bit, [compiled by dmy](https://github.com/dmy/elm-raspberry-pi).

```
npm install @lydell/elm
```

> **History:** This package was originally used for testing a better way to package Elm, which was then merged into the official `elm` package and released as version 0.19.1-6.
👉 [Official elm package](https://www.npmjs.com/package/elm)

0 comments on commit c455bea

Please sign in to comment.