diff options
author | Cyril Sobierajewicz <38043722+cyrilfretlink@users.noreply.github.com> | 2019-08-02 11:11:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-02 11:11:40 +0200 |
commit | 3ad6fbb588c5a21ad3cc00322b2fc43c8ff81403 (patch) | |
tree | 08ca7d86a4058702a97830f1b3bc75b7b260f7fd /README.md | |
parent | 715fe0113813acb9e0cca251719c6394d4c3ab94 (diff) | |
parent | db0557cd2aef9a59cf581d3ff8c57125eaf5ca81 (diff) | |
download | node-dhall-json-bin-3ad6fbb588c5a21ad3cc00322b2fc43c8ff81403.tar.gz node-dhall-json-bin-3ad6fbb588c5a21ad3cc00322b2fc43c8ff81403.tar.zst node-dhall-json-bin-3ad6fbb588c5a21ad3cc00322b2fc43c8ff81403.zip |
Merge pull request #2 from cyrilfretlink/macos
Add support for macOS
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -3,14 +3,12 @@ NPM package for `dhall-json`, based on https://github.com/justinwoo/npm-psc-pack | |||
3 | 3 | ||
4 | ## Installation | 4 | ## Installation |
5 | 5 | ||
6 | :warning: This package should be installed as an optional dependency until static macOS builds are available from [`dhall-haskell` releases](https://github.com/dhall-lang/dhall-haskell/releases). | ||
7 | |||
8 | There’s two installation modes: | 6 | There’s two installation modes: |
9 | 7 | ||
10 | ### Locked | 8 | ### Locked |
11 | 9 | ||
12 | ``` | 10 | ``` |
13 | npm install --save-optional fretlink/node-dhall-json-bin#v<dhall-json version>-<dhall version>-<package version> | 11 | npm install fretlink/node-dhall-json-bin#v<dhall-json version>-<dhall version>-<package version> |
14 | ``` | 12 | ``` |
15 | 13 | ||
16 | This will install a specific version of `dhall-json`. Replace `<dhall-json version>`, `<dhall version>` and `<package version>` with appropriate versions of `dhall-json`, `dhall` and this package. | 14 | This will install a specific version of `dhall-json`. Replace `<dhall-json version>`, `<dhall version>` and `<package version>` with appropriate versions of `dhall-json`, `dhall` and this package. |
@@ -20,7 +18,7 @@ See [the releases](https://github.com/fretlink/node-dhall-json-bin/releases). | |||
20 | ### Dynamic | 18 | ### Dynamic |
21 | 19 | ||
22 | ``` | 20 | ``` |
23 | npm install --save-optional fretlink/node-dhall-json-bin | 21 | npm install fretlink/node-dhall-json-bin |
24 | ``` | 22 | ``` |
25 | 23 | ||
26 | This will install a version of `dhall-json` matching the `DHALL_JSON_VERSION` and `DHALL_VERSION` environment variables or the `dhall-json:dhall-json-version` and `dhall-json:dhall-version` [npm configuration settings](https://docs.npmjs.com/misc/config#per-package-config-settings). | 24 | This will install a version of `dhall-json` matching the `DHALL_JSON_VERSION` and `DHALL_VERSION` environment variables or the `dhall-json:dhall-json-version` and `dhall-json:dhall-version` [npm configuration settings](https://docs.npmjs.com/misc/config#per-package-config-settings). |