Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iri authored Dec 18, 2024
1 parent 6160ae1 commit 9d6d8ea
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,13 @@ All of them have something **we don't tolerate**:
## Quick Start

First, install [Java SE](https://www.oracle.com/java/technologies/downloads/),
[npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm),
and [eoc](https://github.com/objectionary/eoc) (`eoc` is part of [eolang][npm] NPM package).
[npm](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm).

Then, you install [eoc](https://github.com/objectionary/eoc). You could install it as NPM package:

```bash
npm install -g [email protected]
```

Then, start with a simple EO program in `app.eo` file:

Expand Down

0 comments on commit 9d6d8ea

Please sign in to comment.