diff --git a/README.md b/README.md index 99c3e0d..b3a4857 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A native implementation of Ecdar-GUI-Web ## Compile -Be shure to be in the root folder of the project and follow these steps +Be sure to be in the root folder of the project and follow these steps ### Install Dependencies @@ -28,17 +28,36 @@ $ sudo apt install cargo node npm #### Mac #### Windows +``` +Install cargo +https://doc.rust-lang.org/cargo/getting-started/installation.html + +Install node +https://nodejs.org/en/download/ + +update npm +$ npm i -g npm@latest + +While installing dependencies, firewalls might have to be disabled. +``` ### Npm Dependencies ``` -$ npm i -g vite +$ npm i -g vite yarn + +``` + +### Yarn Dependencies +``` $ cd Ecdar-GUI-WEB -$ npm install +$ yarn install $ cd .. -``` + +``` + ### Cargo dependencies ``` -$ cargo install tauri-cli +$ cargo install tauri-cli ``` ### Run #### Dev