Skip to content

Commit

Permalink
Not only php path needs to be changed in the Windows running script, …
Browse files Browse the repository at this point in the history
…make note of that in README.
  • Loading branch information
Matriks404 committed Jan 5, 2024
1 parent a761e87 commit 7e2fc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Following table shows current and planned functionality:

* On Windows you can use [PHP built-in web server](https://windows.php.net/download#php-8.3). Select appropriate version and install it. Alternatively use anything else, as it should work with any HTTP server.

* If you use PHP built-in server you can use running script in the `scripts/` directory called `Run.Windows.bat`, just make sure before running (using any text editor) that the path to your `php` directory is correct (it probably isn't).
* If you use PHP built-in server you can run script in the `scripts/` directory called `Run.Windows.bat`, but before running make sure that paths to your `php` directory and mlc repository are correct, which you can do by editing the file in any text editor.

* On Unix-like operating systems (e.g. Linux, any BSD or macOS) you can figure it out on your own.

Expand Down

0 comments on commit 7e2fc46

Please sign in to comment.