From 28a15cccc947b37f4dcc4b40a1b4148d23882352 Mon Sep 17 00:00:00 2001 From: Emil Valeev Date: Fri, 26 Apr 2024 22:14:57 +0500 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1331f0f3..2f0d7459 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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: @@ -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. \ No newline at end of file +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.