Skip to content

Commit 8988921

Browse files
Maintenance: Update README to version v0.2.3.0
1 parent 416bb1d commit 8988921

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Releases
1515

16-
The latest release of *HyperHaskell* is [*Level α* (version 0.2.1.0)](../../releases/tag/v0.2.1.0).
16+
The latest release of *HyperHaskell* is [*Level α* (version 0.2.3.0)](../../releases/tag/v0.2.3.0).
1717

1818
[haskell]: https://haskell.org
1919
[show]: http://hackage.haskell.org/package/base/docs/Prelude.html#t:Show
@@ -89,9 +89,9 @@ When developing HyperHaskell itself, it is also possible to run it from source.
8989

9090
1. [Download and install Electron](http://electron.atom.io/releases/)
9191

92-
The whole thing is currently developed and tested with Electron version 3.1.8.
92+
The whole thing is currently developed and tested with Electron version 10.1.5.
9393

94-
(If you use the [npm][] package manager, you can install it in your home directory with `cd ~ && npm install electron@3.1.8`.
94+
(If you use the [npm][] package manager, you can install it in your home directory with `cd ~ && npm install electron@10.5.1`.
9595
On Debian-based Linux distributions, Electron [currently](https://github.com/electron-userland/electron-prebuilt/issues/70#issuecomment-192520913) requires the `nodejs-legacy` package.)
9696

9797
2. Make sure that you have a working installation of
@@ -139,7 +139,7 @@ We use the [`electron-packager`][pkg] utility. To install it, you need to use th
139139

140140
cd ~
141141
npm install electron-packager
142-
npm install electron@3.1.8 --save-dev
142+
npm install electron@10.1.5 --save-dev
143143

144144
To create an application bundle and compress it in a zip-file, use the following commands:
145145

0 commit comments

Comments
 (0)