Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Commit e384499

Browse files
committed
minor #164 Add tip to create windows executable (carlcraig)
This PR was merged into the 1.0-dev branch. Discussion ---------- Add tip to create windows executable Updated README with instructions to generate a windows `symfony.bat` file, to allow for running the symfony installer globally. Commits ------- ea68f72 Add tip to create windows executable
2 parents 20c203b + ea68f72 commit e384499

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ it as follows:
2929
c:\> php symfony
3030
```
3131

32+
> **TIP**: Create a Global Executable
33+
>
34+
> `c:\> (echo @ECHO OFF & echo php "%~dp0symfony" %*) > symfony.bat`
35+
>
36+
> You can then move `symfony` and `symfony.bat` to a location in your path,
37+
> allowing you to run `symfony` from anywhere
38+
39+
3240
Using the installer
3341
-------------------
3442

0 commit comments

Comments
 (0)