Skip to content

Commit

Permalink
Merge pull request #572 from nevalang/emil14-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
emil14 authored Apr 27, 2024
2 parents dfea7f2 + 28a15cc commit 1e289b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ curl -o installer.bat -sSL https://raw.githubusercontent.com/nevalang/neva/main/

```bash
neva new test
cd test
```

Replace the code in `src/main.neva` with the following:
Expand All @@ -59,7 +58,7 @@ Here we define _component_ `Main` with _inport_ `start` and _outport_ `stop`. It
Now run (make sure you are in created `test` directory with `neva.yml`):

```bash
neva run src
neva run test/src # or neva run test/src/main.neva
```

You should see the following output:
Expand Down Expand Up @@ -123,4 +122,4 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) and [ARCHITECTURE.md](./ARCHITECTURE.md

Neva is a relatively small and simple language. Don't be intimidated, feel free to dive in and hack around. Some directories have a `README.md`.

Note that, due to the early stage of development, the documentation can sometimes be outdated. Feel free to reach maintainers if you need _any_ help.
Note that, due to the early stage of development, the documentation can sometimes be outdated. Feel free to reach maintainers if you need _any_ help.

0 comments on commit 1e289b5

Please sign in to comment.