Skip to content

Commit 1f4ca35

Browse files
fix(README.md): fixed started documentation from linux point of view (#57)
1 parent 058fbcd commit 1f4ca35

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ Are you having trouble with Aspect Model Editor? We want to help!
2828

2929
### Getting started
3030

31+
#### Artifacts to use
32+
You can either use the releases provided in this repository, or you can clone the repositories to run the aspect model editor. Feel free to contribute.
33+
34+
If you want to run the aspect model editor from repositories, please ensure to clone and start the [backend](https://github.com/eclipse-esmf/esmf-aspect-model-editor-backend) first.
35+
3136
#### Setup
3237

3338
* Download & Install [Node.js](https://nodejs.org/en/download/)
@@ -36,6 +41,9 @@ Are you having trouble with Aspect Model Editor? We want to help!
3641
#### Install & Run
3742

3843
```bash
44+
# enter the core directory where the package.json is located
45+
cd core
46+
3947
npm install
4048
npm run start
4149
```
@@ -59,8 +67,8 @@ npm run electron-start-mac-prod
5967
Unix:
6068

6169
```bash
62-
npm run electron-start-unix-dev
63-
npm run electron-start-unix-prod
70+
npm run electron-start-linux-dev
71+
npm run electron-start-linux-prod
6472
```
6573

6674
#### Running E2E (Cypress) Test

0 commit comments

Comments
 (0)