Skip to content

Commit

Permalink
Merge pull request #3697 from iri/master
Browse files Browse the repository at this point in the history
Fixed user instruction
  • Loading branch information
yegor256 authored Dec 18, 2024
2 parents f84f212 + 9d6d8ea commit ad60f38
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 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).
[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 All @@ -78,13 +83,13 @@ Then, start with a simple EO program in `app.eo` file:
Compile it like this (may take a minute or so):

```bash
eoc link
eoc --easy link
```

Then, run it:

```bash
eoc --alone dataize app
eoc --easy --alone dataize app
```

You should see "Hello, world!" printed.
Expand Down

0 comments on commit ad60f38

Please sign in to comment.