Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Also user instruction fix here (workaround ,until warnings issue will be solved)
  • Loading branch information
iri authored Dec 18, 2024
1 parent ecfc006 commit 6160ae1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ All of them have something **we don't tolerate**:

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).
and [eoc](https://github.com/objectionary/eoc) (`eoc` is part of [eolang][npm] NPM package).

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

Expand All @@ -78,13 +78,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 6160ae1

Please sign in to comment.