This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository www-content.
View the commit online.
commit 7b6d5238c36c87b2c8d83a2f7530c2007181d047
Author: Vincent Torri <vincent.to...@gmail.com>
AuthorDate: Wed Aug 16 09:40:48 2023 -0700
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 ##
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.