Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ First, you install [npm][npm-install] and [Java SE][java-se].
Then, you install [eolang][npm] package, using [npm][npm-install]:

```bash
npm install -g eolang@0.34.0
npm install -g eolang@
```

You can also use [Homebrew] (on macOS):

```bash
brew tap objectionary/eoc https://github.com/objectionary/eoc
brew install objectionary/eoc/eolang@0.34.0
brew install objectionary/eoc/eolang@
```

Or install it via [Nix flakes](https://nixos.wiki/wiki/Flakes):
Expand Down