From 9d9234649d062f40b43cf95adfa1ba7f24d47fd8 Mon Sep 17 00:00:00 2001 From: DenFlyvendeGed Date: Tue, 19 Sep 2023 08:50:54 +0200 Subject: [PATCH 1/3] Updated windows install guide --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 99c3e0d..347703c 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,22 @@ $ sudo apt install cargo node npm ### Npm Dependencies ``` -$ npm i -g vite +$ npm i -g vite yarn + +``` + +### Yarn Dependencies +``` $ cd Ecdar-GUI-WEB -$ npm install +$ yarn install $ cd .. -``` + +``` + +### Install cargo +``` +https://doc.rust-lang.org/cargo/getting-started/installation.html +``` ### Cargo dependencies ``` $ cargo install tauri-cli From e4b366881a2ebb3329385cceaa3f04540ded2e85 Mon Sep 17 00:00:00 2001 From: DenFlyvendeGed Date: Tue, 19 Sep 2023 09:27:32 +0200 Subject: [PATCH 2/3] v2 --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 347703c..0aef786 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,18 @@ $ 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 ``` @@ -43,13 +55,9 @@ $ cd .. ``` -### Install cargo -``` -https://doc.rust-lang.org/cargo/getting-started/installation.html -``` ### Cargo dependencies ``` -$ cargo install tauri-cli +$ cargo install tauri-cli ``` ### Run #### Dev From f8d5b165c8b40a693892c02a25513c8c13b16bd6 Mon Sep 17 00:00:00 2001 From: Nyby Date: Wed, 20 Sep 2023 10:35:16 +0200 Subject: [PATCH 3/3] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Måske er dette et meme jeg ikke forstår --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0aef786..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