From 7b6d5238c36c87b2c8d83a2f7530c2007181d047 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Wed, 16 Aug 2023 09:40:48 -0700 Subject: [PATCH] Wiki page windows-start.md changed with summary [] by Vincent Torri --- pages/docs/distros/windows-start.md.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pages/docs/distros/windows-start.md.txt b/pages/docs/distros/windows-start.md.txt index 73f549031..417323697 100644 --- a/pages/docs/distros/windows-start.md.txt +++ b/pages/docs/distros/windows-start.md.txt @@ -93,11 +93,15 @@ meson setup \ ninja -C builddir install ``` -Once it is finished, you can test `elementary_test` +### Step 4: Carrying out Post Installation Tasks ### -### Step 4: Configuring the Software ### +You need to update the `PATH` environment variable in the MSYS2 terminal, or globally in Windows. With MSYS2: -### Step 5: Carrying out Post Installation Tasks ### +```bash +export PATH=$HOME/ewpi_64/bin:$HOME/efl_64/bin:$PATH +``` + +Once done, you can test `elementary_test` ## Troubleshooting ##